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 f06b20a commit a8d90ddCopy full SHA for a8d90dd
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.7.4
+ rev: v2.10.0
4
hooks:
5
- id: pyupgrade
6
args: ["--py36-plus"]
@@ -23,7 +23,7 @@ repos:
23
- id: isort
24
25
- repo: https://github.com/pre-commit/pygrep-hooks
26
- rev: v1.7.0
+ rev: v1.8.0
27
28
- id: python-check-blanket-noqa
29
0 commit comments