We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d6890 commit d21e85dCopy full SHA for d21e85d
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
38
# Python hooks
39
- repo: https://github.com/asottile/pyupgrade
40
- rev: v3.19.1
+ rev: v3.20.0
41
hooks:
42
- id: pyupgrade
43
args: [--py36-plus]
@@ -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.5
67
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