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 fc9633c commit c681cdcCopy full SHA for c681cdc
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
37
# Python hooks
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v3.19.1
+ rev: v3.20.0
40
hooks:
41
- id: pyupgrade
42
args: [--py36-plus]
@@ -62,7 +62,7 @@ repos:
62
63
# CPP hooks
64
- repo: https://github.com/pre-commit/mirrors-clang-format
65
- rev: v20.1.0
+ rev: v20.1.5
66
67
- id: clang-format
68
args: ['-fallback-style=none', '-i']
@@ -132,7 +132,7 @@ repos:
132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133
134
- repo: https://github.com/python-jsonschema/check-jsonschema
135
- rev: 0.32.1
+ rev: 0.33.0
136
137
- id: check-github-workflows
138
args: ["--verbose"]
0 commit comments