File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262
6363 # CPP hooks
6464 - repo : https://github.com/pre-commit/mirrors-clang-format
65- rev : v18.1.4
65+ rev : v18.1.5
6666 hooks :
6767 - id : clang-format
6868 args : ['-fallback-style=none', '-i']
@@ -125,14 +125,14 @@ repos:
125125 # Spellcheck in comments and docs
126126 # skipping of *.svg files is not working...
127127 - repo : https://github.com/codespell-project/codespell
128- rev : v2.2.6
128+ rev : v2.3.0
129129 hooks :
130130 - id : codespell
131131 args : ['--write-changes', '--uri-ignore-words-list=ist', '-L manuel']
132132 exclude : CHANGELOG\.rst|\.(svg|pyc|drawio)$
133133
134134 - repo : https://github.com/python-jsonschema/check-jsonschema
135- rev : 0.28.2
135+ rev : 0.28.4
136136 hooks :
137137 - id : check-github-workflows
138138 args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments