Skip to content

Commit a7cb628

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
1 parent 0b175fd commit a7cb628

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,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.8.0
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -24,7 +24,7 @@ repos:
2424
- id: flake8
2525
additional_dependencies: ['flake8-bugbear']
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: 'v1.11.2'
27+
rev: 'v1.13.0'
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.17.0
37+
rev: v3.19.0
3838
hooks:
3939
- id: pyupgrade
4040

0 commit comments

Comments
 (0)