We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06b20a commit 2c021b8Copy full SHA for 2c021b8
.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.7.1
27
28
- id: python-check-blanket-noqa
29
0 commit comments