Skip to content

Commit c9639fb

Browse files
Bump version of pre-commit hooks (#276)
1 parent 2921883 commit c9639fb

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

5252
- repo: https://github.com/psf/black
53-
rev: 24.10.0
53+
rev: 25.1.0
5454
hooks:
5555
- id: black
5656
args: ["--line-length=99"]
@@ -63,7 +63,7 @@ repos:
6363

6464
# CPP hooks
6565
- repo: https://github.com/pre-commit/mirrors-clang-format
66-
rev: v19.1.5
66+
rev: v19.1.7
6767
hooks:
6868
- id: clang-format
6969
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.3.0
130+
rev: v2.4.1
131131
hooks:
132132
- id: codespell
133133
args: ['--write-changes']
134134
exclude: CHANGELOG\.rst|\.(svg|pyc)$
135135

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

0 commit comments

Comments
 (0)