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 7c29502 commit 1695484Copy full SHA for 1695484
.pre-commit-config.yaml
@@ -62,7 +62,7 @@ repos:
62
63
# CPP hooks
64
- repo: https://github.com/pre-commit/mirrors-clang-format
65
- rev: v20.1.0
+ rev: v20.1.3
66
hooks:
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.32.1
+ rev: 0.33.0
135
136
- id: check-github-workflows
137
args: ["--verbose"]
0 commit comments