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 9ff3a76 commit 99c32c9Copy full SHA for 99c32c9
.pre-commit-config.yaml
@@ -38,7 +38,7 @@ repos:
38
39
# Python hooks
40
- repo: https://github.com/asottile/pyupgrade
41
- rev: v3.20.0
+ rev: v3.21.0
42
hooks:
43
- id: pyupgrade
44
args: [--py36-plus]
@@ -138,7 +138,7 @@ repos:
138
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
139
140
- repo: https://github.com/python-jsonschema/check-jsonschema
141
- rev: 0.34.0
+ rev: 0.34.1
142
143
- id: check-github-workflows
144
args: ["--verbose"]
0 commit comments