Skip to content

Commit 20a795a

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.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
1 parent 822de76 commit 20a795a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.4.2
3+
rev: 24.8.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -19,12 +19,12 @@ repos:
1919
name: isort (python)
2020
args: ["--profile", "black", ]
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: '7.1.0'
22+
rev: '7.1.1'
2323
hooks:
2424
- id: flake8
2525
additional_dependencies: ['flake8-bugbear']
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: 'v1.10.1'
27+
rev: 'v1.11.2'
2828
hooks:
2929
- id: mypy
3030
- repo: https://github.com/codespell-project/codespell
@@ -34,7 +34,7 @@ repos:
3434
args: ["-I", "codespell.txt"]
3535
exclude: '.*\.ipynb'
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.16.0
37+
rev: v3.17.0
3838
hooks:
3939
- id: pyupgrade
4040

0 commit comments

Comments
 (0)