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 : ['--max-line-length=100', '--ignore=D001']
@@ -132,7 +132,7 @@ repos:
132
132
exclude : CHANGELOG\.rst|\.(svg|pyc)$
133
133
134
134
- repo : https://github.com/python-jsonschema/check-jsonschema
135
- rev : 0.33.0
135
+ rev : 0.33.1
136
136
hooks :
137
137
- id : check-github-workflows
138
138
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments