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 5cd1a43 commit 4210767Copy full SHA for 4210767
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
38
# Python hooks
39
- repo: https://github.com/asottile/pyupgrade
40
- rev: v3.16.0
+ rev: v3.17.0
41
hooks:
42
- id: pyupgrade
43
args: [--py36-plus]
@@ -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.28.6
+ rev: 0.29.1
137
138
- id: check-github-workflows
139
args: ["--verbose"]
0 commit comments