We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64aa941 commit 1321d4cCopy full SHA for 1321d4c
.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: v21.1.8
+ rev: v22.1.0
67
hooks:
68
- id: clang-format
69
args: ['-fallback-style=none', '-i']
@@ -134,7 +134,7 @@ repos:
134
exclude: CHANGELOG\.rst|\.(svg|pyc)$
135
136
- repo: https://github.com/python-jsonschema/check-jsonschema
137
- rev: 0.36.1
+ rev: 0.37.0
138
139
- id: check-github-workflows
140
args: ["--verbose"]
0 commit comments