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 e3e8b9e commit 783558fCopy full SHA for 783558f
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
@@ -63,7 +63,7 @@ repos:
63
64
# CPP hooks
65
- repo: https://github.com/pre-commit/mirrors-clang-format
66
- rev: v20.1.8
+ rev: v21.1.0
67
68
- id: clang-format
69
args: ['-fallback-style=none', '-i']
@@ -133,7 +133,7 @@ repos:
133
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
134
135
- repo: https://github.com/python-jsonschema/check-jsonschema
136
- rev: 0.33.2
+ rev: 0.33.3
137
138
- id: check-github-workflows
139
args: ["--verbose"]
0 commit comments