Skip to content

Commit 9ea43a9

Browse files
github-actions[bot]mergify[bot]
authored andcommitted
Bump version of pre-commit hooks (#585)
(cherry picked from commit f53c0c0)
1 parent 5c2a862 commit 9ea43a9

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
@@ -49,7 +49,7 @@ repos:
4949
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 26.1.0
52+
rev: 26.3.1
5353
hooks:
5454
- id: black
5555
args: ["--line-length=99"]
@@ -62,7 +62,7 @@ repos:
6262

6363
# CPP hooks
6464
- repo: https://github.com/pre-commit/mirrors-clang-format
65-
rev: v22.1.0
65+
rev: v22.1.2
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -129,14 +129,14 @@ repos:
129129
# Spellcheck in comments and docs
130130
# skipping of *.svg files is not working...
131131
- repo: https://github.com/codespell-project/codespell
132-
rev: v2.4.1
132+
rev: v2.4.2
133133
hooks:
134134
- id: codespell
135135
args: ['--write-changes']
136136
exclude: CHANGELOG\.rst|\.(svg|pyc)$
137137

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

0 commit comments

Comments
 (0)