Skip to content

Commit a01fd0b

Browse files
Bump version of pre-commit hooks (#1846)
Co-authored-by: christophfroehlich <[email protected]>
1 parent 0e9b942 commit a01fd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464

6565
# CPP hooks
6666
- repo: https://github.com/pre-commit/mirrors-clang-format
67-
rev: v20.1.7
67+
rev: v20.1.8
6868
hooks:
6969
- id: clang-format
7070
args: ['-fallback-style=none', '-i']
@@ -134,7 +134,7 @@ repos:
134134
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
135135

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

0 commit comments

Comments
 (0)