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