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 65814d9 commit e132fb4Copy full SHA for e132fb4
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
37
# Python hooks
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v3.16.0
+ rev: v3.17.0
40
hooks:
41
- id: pyupgrade
42
args: [--py36-plus]
@@ -132,7 +132,7 @@ repos:
132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133
134
- repo: https://github.com/python-jsonschema/check-jsonschema
135
- rev: 0.28.6
+ rev: 0.29.1
136
137
- id: check-github-workflows
138
args: ["--verbose"]
0 commit comments