Skip to content

Commit e1706a3

Browse files
Bump version of pre-commit hooks (#1938)
Co-authored-by: christophfroehlich <[email protected]>
1 parent dca8f45 commit e1706a3

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
@@ -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: 25.1.0
54+
rev: 25.9.0
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: v21.1.0
67+
rev: v21.1.2
6868
hooks:
6969
- id: clang-format
7070
args: ['-fallback-style=none', '-i']
@@ -138,7 +138,7 @@ repos:
138138
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
139139

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

0 commit comments

Comments
 (0)