Commit 9f60ead 1 parent daf06da commit 9f60ead Copy full SHA for 9f60ead
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: '^docs/conf.py|^tests/data/'
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : check-added-large-files
20
20
args : ['--fix=no']
21
21
22
22
- repo : https://github.com/PyCQA/flake8
23
- rev : ' 6 .1.0 ' # pick a git hash / tag to point to
23
+ rev : ' 7 .1.2 ' # pick a git hash / tag to point to
24
24
hooks :
25
25
- id : flake8
26
26
additional_dependencies :
35
35
- flake8-copyright
36
36
37
37
- repo : https://github.com/psf/black
38
- rev : 23.9.1
38
+ rev : 25.1.0
39
39
hooks :
40
40
- id : black
41
41
@@ -45,20 +45,20 @@ repos:
45
45
- id : rst-backticks
46
46
47
47
- repo : https://github.com/PyCQA/isort
48
- rev : 5.12 .0
48
+ rev : 6.0 .0
49
49
hooks :
50
50
- id : isort
51
51
args : ["--profile", "black"]
52
52
53
53
54
54
- repo : https://github.com/asottile/pyupgrade
55
- rev : v3.15.0
55
+ rev : v3.19.1
56
56
hooks :
57
57
- id : pyupgrade
58
58
args : [--py38-plus]
59
59
60
60
- repo : https://github.com/commitizen-tools/commitizen
61
- rev : 3.10.0
61
+ rev : v4.2.2
62
62
hooks :
63
63
- id : commitizen
64
64
stages : [commit-msg]
You can’t perform that action at this time.
0 commit comments