Skip to content

Commit 3df4ab4

Browse files
Bump version of pre-commit hooks (backport #2272) (#2273)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent de17e6a commit 3df4ab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5252

5353
- repo: https://github.com/psf/black
54-
rev: 26.1.0
54+
rev: 26.3.1
5555
hooks:
5656
- id: black
5757
args: ["--line-length=99"]
@@ -64,7 +64,7 @@ repos:
6464

6565
# CPP hooks
6666
- repo: https://github.com/pre-commit/mirrors-clang-format
67-
rev: v22.1.0
67+
rev: v22.1.2
6868
hooks:
6969
- id: clang-format
7070
args: ['-fallback-style=none', '-i']
@@ -127,14 +127,14 @@ repos:
127127
# Spellcheck in comments and docs
128128
# skipping of *.svg files is not working...
129129
- repo: https://github.com/codespell-project/codespell
130-
rev: v2.4.1
130+
rev: v2.4.2
131131
hooks:
132132
- id: codespell
133133
args: ['--write-changes', '--uri-ignore-words-list=ist', '-L manuel']
134134
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
135135

136136
- repo: https://github.com/python-jsonschema/check-jsonschema
137-
rev: 0.37.0
137+
rev: 0.37.1
138138
hooks:
139139
- id: check-github-workflows
140140
args: ["--verbose"]

0 commit comments

Comments
 (0)