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 15
15
repos :
16
16
# Standard hooks
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
- rev : v4.5 .0
18
+ rev : v5.0 .0
19
19
hooks :
20
20
- id : check-added-large-files
21
21
- id : check-ast
@@ -33,26 +33,26 @@ repos:
33
33
34
34
# Python hooks
35
35
- repo : https://github.com/asottile/pyupgrade
36
- rev : v3.15 .0
36
+ rev : v3.19 .0
37
37
hooks :
38
38
- id : pyupgrade
39
39
args : [--py36-plus]
40
40
41
41
- repo : https://github.com/psf/black
42
- rev : 23.12.1
42
+ rev : 24.10.0
43
43
hooks :
44
44
- id : black
45
45
args : ["--line-length=99"]
46
46
47
47
- repo : https://github.com/pycqa/flake8
48
- rev : 7.0.0
48
+ rev : 7.1.1
49
49
hooks :
50
50
- id : flake8
51
51
args : ["--ignore=E501"]
52
52
53
53
# CPP hooks
54
54
- repo : https://github.com/pre-commit/mirrors-clang-format
55
- rev : v17.0.6
55
+ rev : v19.1.3
56
56
hooks :
57
57
- id : clang-format
58
58
args : [--style=Google]
@@ -108,7 +108,7 @@ repos:
108
108
109
109
# Docs - RestructuredText hooks
110
110
- repo : https://github.com/PyCQA/doc8
111
- rev : v1.1.1
111
+ rev : v1.1.2
112
112
hooks :
113
113
- id : doc8
114
114
args : ['--max-line-length=100', '--ignore=D001']
@@ -125,7 +125,7 @@ repos:
125
125
# Spellcheck in comments and docs
126
126
# skipping of *.svg files is not working...
127
127
- repo : https://github.com/codespell-project/codespell
128
- rev : v2.2.6
128
+ rev : v2.3.0
129
129
hooks :
130
130
- id : codespell
131
131
args : ['--write-changes']
You can’t perform that action at this time.
0 commit comments