File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ repos:
42
42
43
43
# Python hooks
44
44
- repo : https://github.com/asottile/pyupgrade
45
- rev : v3.19 .0
45
+ rev : v3.20 .0
46
46
hooks :
47
47
- id : pyupgrade
48
48
args : [--py36-plus]
49
49
50
50
- repo : https://github.com/psf/black
51
- rev : 24.10 .0
51
+ rev : 25.1 .0
52
52
hooks :
53
53
- id : black
54
54
args : ["--line-length=100"]
55
55
56
56
57
57
- repo : https://github.com/pycqa/flake8
58
- rev : 7.1.1
58
+ rev : 7.2.0
59
59
hooks :
60
60
- id : flake8
61
61
args : ["--ignore=E501"]
92
92
93
93
# Docs - RestructuredText hooks
94
94
- repo : https://github.com/PyCQA/doc8
95
- rev : v1.1.2
95
+ rev : v2.0.0
96
96
hooks :
97
97
- id : doc8
98
98
args : ['--max-line-length=100', '--ignore=D001']
@@ -107,7 +107,7 @@ repos:
107
107
# Spellcheck in comments and docs
108
108
# skipping of *.svg files is not working...
109
109
- repo : https://github.com/codespell-project/codespell
110
- rev : v2.3.0
110
+ rev : v2.4.1
111
111
hooks :
112
112
- id : codespell
113
113
args : ['--write-changes']
You can’t perform that action at this time.
0 commit comments