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 0264346 commit d0ad606Copy full SHA for d0ad606
.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']
@@ -132,7 +132,7 @@ repos:
132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133
134
- repo: https://github.com/python-jsonschema/check-jsonschema
135
- rev: 0.33.2
+ rev: 0.33.3
136
137
- id: check-github-workflows
138
args: ["--verbose"]
0 commit comments