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']
@@ -107,7 +107,7 @@ repos:
107
107
108
108
# Docs - RestructuredText hooks
109
109
- repo : https://github.com/PyCQA/doc8
110
- rev : v1.1.2
110
+ rev : v2.0.0
111
111
hooks :
112
112
- id : doc8
113
113
args : ['--max-line-length=100', '--ignore=D001']
@@ -131,7 +131,7 @@ repos:
131
131
exclude : CHANGELOG\.rst|\.(svg|pyc)$
132
132
133
133
- repo : https://github.com/python-jsonschema/check-jsonschema
134
- rev : 0.33.0
134
+ rev : 0.33.1
135
135
hooks :
136
136
- id : check-github-workflows
137
137
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments