Skip to content

Commit 629afee

Browse files
Bump version of pre-commit hooks (#2272)
1 parent 7d3babc commit 629afee

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']
@@ -131,14 +131,14 @@ repos:
131131
# Spellcheck in comments and docs
132132
# skipping of *.svg files is not working...
133133
- repo: https://github.com/codespell-project/codespell
134-
rev: v2.4.1
134+
rev: v2.4.2
135135
hooks:
136136
- id: codespell
137137
args: ['--write-changes', '--uri-ignore-words-list=ist', '-L manuel,NED']
138138
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
139139

140140
- repo: https://github.com/python-jsonschema/check-jsonschema
141-
rev: 0.37.0
141+
rev: 0.37.1
142142
hooks:
143143
- id: check-github-workflows
144144
args: ["--verbose"]

0 commit comments

Comments
 (0)