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:
5757 args : ["--line-length=99"]
5858
5959 - repo : https://github.com/pycqa/flake8
60- rev : 7.2 .0
60+ rev : 7.3 .0
6161 hooks :
6262 - id : flake8
6363 args : ["--extend-ignore=E501"]
6464
6565 # CPP hooks
6666 - repo : https://github.com/pre-commit/mirrors-clang-format
67- rev : v20.1.5
67+ rev : v20.1.7
6868 hooks :
6969 - id : clang-format
7070 args : ['-fallback-style=none', '-i']
@@ -110,7 +110,7 @@ repos:
110110
111111 # Docs - RestructuredText hooks
112112 - repo : https://github.com/PyCQA/doc8
113- rev : v1.1.2
113+ rev : v2.0.0
114114 hooks :
115115 - id : doc8
116116 args : ['--max-line-length=100', '--ignore=D001']
@@ -134,7 +134,7 @@ repos:
134134 exclude : CHANGELOG\.rst|\.(svg|pyc|drawio)$
135135
136136 - repo : https://github.com/python-jsonschema/check-jsonschema
137- rev : 0.33.0
137+ rev : 0.33.1
138138 hooks :
139139 - id : check-github-workflows
140140 args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments