Skip to content

Commit 2744455

Browse files
authored
Bump version of pre-commit hooks (#233) (#235)
1 parent 090d2ae commit 2744455

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
@@ -62,7 +62,7 @@ repos:
6262

6363
# CPP hooks
6464
- repo: https://github.com/pre-commit/mirrors-clang-format
65-
rev: v20.1.7
65+
rev: v20.1.8
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -132,7 +132,7 @@ repos:
132132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133133

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

0 commit comments

Comments
 (0)