Skip to content

Commit 8101f84

Browse files
wittenatorgithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent ed7a782 commit 8101f84

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
@@ -16,7 +16,7 @@
1616
repos:
1717
# Standard hooks
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-ast
@@ -64,7 +64,7 @@ repos:
6464

6565
# CPP hooks
6666
- repo: https://github.com/pre-commit/mirrors-clang-format
67-
rev: v20.1.8
67+
rev: v21.1.0
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.2
137+
rev: 0.33.3
138138
hooks:
139139
- id: check-github-workflows
140140
args: ["--verbose"]

0 commit comments

Comments
 (0)