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 083900eCopy full SHA for 083900e
.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"]
@@ -12,7 +12,7 @@ repos:
12
args: ["--target-version", "py36"]
13
14
- repo: https://gitlab.com/pycqa/flake8
15
- rev: 3.8.4
+ rev: 3.9.0
16
17
- id: flake8
18
additional_dependencies: [flake8-2020]
@@ -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