We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8df24f commit 2e25272Copy full SHA for 2e25272
.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']
@@ -136,7 +136,7 @@ repos:
136
exclude: CHANGELOG\.rst|\.(svg|pyc)$
137
138
- repo: https://github.com/python-jsonschema/check-jsonschema
139
- rev: 0.33.2
+ rev: 0.33.3
140
141
- id: check-github-workflows
142
args: ["--verbose"]
0 commit comments