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 @@ -55,14 +55,14 @@ repos:
55
55
args : ["--line-length=99"]
56
56
57
57
- repo : https://github.com/pycqa/flake8
58
- rev : 7.2 .0
58
+ rev : 7.3 .0
59
59
hooks :
60
60
- id : flake8
61
61
args : ["--extend-ignore=E501"]
62
62
63
63
# CPP hooks
64
64
- repo : https://github.com/pre-commit/mirrors-clang-format
65
- rev : v20.1.5
65
+ rev : v20.1.7
66
66
hooks :
67
67
- id : clang-format
68
68
args : ['-fallback-style=none', '-i']
@@ -108,7 +108,7 @@ repos:
108
108
109
109
# Docs - RestructuredText hooks
110
110
- repo : https://github.com/PyCQA/doc8
111
- rev : v1.1.2
111
+ rev : v2.0.0
112
112
hooks :
113
113
- id : doc8
114
114
args : [
@@ -136,7 +136,7 @@ repos:
136
136
exclude : CHANGELOG\.rst|\.(svg|pyc)$
137
137
138
138
- repo : https://github.com/python-jsonschema/check-jsonschema
139
- rev : 0.33.0
139
+ rev : 0.33.1
140
140
hooks :
141
141
- id : check-github-workflows
142
142
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments