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 c6b2326 commit e99e178Copy full SHA for e99e178
.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]
@@ -131,7 +131,7 @@ repos:
131
exclude: CHANGELOG\.rst|\.(svg|pyc)$
132
133
- repo: https://github.com/python-jsonschema/check-jsonschema
134
- rev: 0.28.6
+ rev: 0.29.1
135
136
- id: check-github-workflows
137
args: ["--verbose"]
0 commit comments