Skip to content

Commit e4f24b7

Browse files
mamueluthgithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent 62b32af commit e4f24b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
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"]

0 commit comments

Comments
 (0)