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 62
62
63
63
# CPP hooks
64
64
- repo : https://github.com/pre-commit/mirrors-clang-format
65
- rev : v18.1.4
65
+ rev : v18.1.5
66
66
hooks :
67
67
- id : clang-format
68
68
args : ['-fallback-style=none', '-i']
@@ -124,14 +124,14 @@ repos:
124
124
# Spellcheck in comments and docs
125
125
# skipping of *.svg files is not working...
126
126
- repo : https://github.com/codespell-project/codespell
127
- rev : v2.2.6
127
+ rev : v2.3.0
128
128
hooks :
129
129
- id : codespell
130
130
args : ['--write-changes', '--uri-ignore-words-list=ist', '-L manuel']
131
131
exclude : CHANGELOG\.rst|\.(svg|pyc|drawio)$
132
132
133
133
- repo : https://github.com/python-jsonschema/check-jsonschema
134
- rev : 0.28.2
134
+ rev : 0.28.4
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