We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b175fd commit a7cb628Copy full SHA for a7cb628
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.8.0
+ rev: 24.10.0
4
hooks:
5
- id: black
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
9
- id: check-added-large-files
10
- id: check-case-conflict
@@ -24,7 +24,7 @@ repos:
24
- id: flake8
25
additional_dependencies: ['flake8-bugbear']
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: 'v1.11.2'
+ rev: 'v1.13.0'
28
29
- id: mypy
30
- repo: https://github.com/codespell-project/codespell
@@ -34,7 +34,7 @@ repos:
34
args: ["-I", "codespell.txt"]
35
exclude: '.*\.ipynb'
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.17.0
+ rev: v3.19.0
38
39
- id: pyupgrade
40
0 commit comments