We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e84b01 commit a1b73c7Copy full SHA for a1b73c7
1 file changed
.pre-commit-config.yaml
@@ -16,7 +16,7 @@
16
repos:
17
# Standard hooks
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v5.0.0
+ rev: v6.0.0
20
hooks:
21
- id: check-added-large-files
22
- id: check-ast
@@ -62,7 +62,7 @@ repos:
62
63
# CPP hooks
64
- repo: https://github.com/pre-commit/mirrors-clang-format
65
- rev: v20.1.8
+ rev: v21.1.0
66
67
- id: clang-format
68
args: ['-fallback-style=none', '-i']
@@ -131,7 +131,7 @@ repos:
131
exclude: CHANGELOG\.rst|\.(svg|pyc)$
132
133
- repo: https://github.com/python-jsonschema/check-jsonschema
134
- rev: 0.33.2
+ rev: 0.33.3
135
136
- id: check-github-workflows
137
args: ["--verbose"]
0 commit comments