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