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 2e219a3 commit a1d5471Copy full SHA for a1d5471
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
36
# Python hooks
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.16.0
+ rev: v3.17.0
39
hooks:
40
- id: pyupgrade
41
args: [--py36-plus]
@@ -126,7 +126,7 @@ repos:
126
exclude: CHANGELOG\.rst|\.(svg|pyc)$
127
128
- repo: https://github.com/python-jsonschema/check-jsonschema
129
- rev: 0.28.6
+ rev: 0.29.1
130
131
- id: check-github-workflows
132
args: ["--verbose"]
0 commit comments