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 d51306a commit b608a45Copy full SHA for b608a45
.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: v18.1.4
+ rev: v18.1.5
66
hooks:
67
- id: clang-format
68
args: ['-fallback-style=none', '-i']
@@ -131,7 +131,7 @@ repos:
131
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
132
133
- repo: https://github.com/python-jsonschema/check-jsonschema
134
- rev: 0.28.2
+ rev: 0.28.3
135
136
- id: check-github-workflows
137
args: ["--verbose"]
0 commit comments