File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
fail_fast : true
2
- default_stages : [commit]
2
+ default_stages : [pre- commit]
3
3
exclude : " .git|.tox"
4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.3 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : check-added-large-files
@@ -17,23 +17,23 @@ repos:
17
17
- id : check-merge-conflict
18
18
19
19
- repo : https://github.com/psf/black
20
- rev : 22.10 .0
20
+ rev : 25.1 .0
21
21
hooks :
22
22
- id : black
23
23
24
24
- repo : https://github.com/PyCQA/isort
25
- rev : 5.12 .0
25
+ rev : 6.0 .0
26
26
hooks :
27
27
- id : isort
28
28
29
29
- repo : https://github.com/PyCQA/flake8
30
- rev : 5.0.4
30
+ rev : 7.1.1
31
31
hooks :
32
32
- id : flake8
33
33
additional_dependencies : [flake8-isort]
34
34
35
35
- repo : https://github.com/pre-commit/mirrors-mypy
36
- rev : ' v0.991 '
36
+ rev : ' v1.15.0 '
37
37
hooks :
38
38
- id : mypy
39
39
args :
51
51
- " --no-warn-return-any"
52
52
53
53
- repo : https://github.com/PyCQA/autoflake
54
- rev : ' v2.2 .1'
54
+ rev : ' v2.3 .1'
55
55
hooks :
56
56
- id : autoflake
57
57
args :
You can’t perform that action at this time.
0 commit comments