File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 24.4.2
3
+ rev : 24.8.0
4
4
hooks :
5
5
- id : black
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
@@ -19,12 +19,12 @@ repos:
19
19
name : isort (python)
20
20
args : ["--profile", "black", ]
21
21
- repo : https://github.com/PyCQA/flake8
22
- rev : ' 7.1.0 '
22
+ rev : ' 7.1.1 '
23
23
hooks :
24
24
- id : flake8
25
25
additional_dependencies : ['flake8-bugbear']
26
26
- repo : https://github.com/pre-commit/mirrors-mypy
27
- rev : ' v1.10.1 '
27
+ rev : ' v1.11.2 '
28
28
hooks :
29
29
- id : mypy
30
30
- repo : https://github.com/codespell-project/codespell
34
34
args : ["-I", "codespell.txt"]
35
35
exclude : ' .*\.ipynb'
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.16 .0
37
+ rev : v3.17 .0
38
38
hooks :
39
39
- id : pyupgrade
40
40
You can’t perform that action at this time.
0 commit comments