Skip to content

Commit 227e1f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
1 parent 6aa4003 commit 227e1f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
- id: isort
2020
args: [--profile, black]
2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 24.8.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.1.0
26+
rev: 7.1.1
2727
hooks:
2828
- id: flake8
2929
- repo: https://github.com/mattseymour/pre-commit-pytype
@@ -32,7 +32,7 @@ repos:
3232
- id: pytype
3333
args: ['--disable=pyi-error,import-error', '--exclude=tests']
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: 'v1.10.1'
35+
rev: 'v1.11.1'
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-mock]

0 commit comments

Comments
 (0)