We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e178322 commit 87e17b4Copy full SHA for 87e17b4
.pre-commit-config.yaml
@@ -62,7 +62,7 @@ repos:
62
63
# CPP hooks
64
- repo: https://github.com/pre-commit/mirrors-clang-format
65
- rev: v18.1.4
+ rev: v18.1.5
66
hooks:
67
- id: clang-format
68
args: ['-fallback-style=none', '-i']
@@ -124,14 +124,14 @@ repos:
124
# Spellcheck in comments and docs
125
# skipping of *.svg files is not working...
126
- repo: https://github.com/codespell-project/codespell
127
- rev: v2.2.6
+ rev: v2.3.0
128
129
- id: codespell
130
args: ['--write-changes']
131
exclude: CHANGELOG\.rst|\.(svg|pyc)$
132
133
- repo: https://github.com/python-jsonschema/check-jsonschema
134
- rev: 0.28.2
+ rev: 0.28.4
135
136
- id: check-github-workflows
137
args: ["--verbose"]
0 commit comments