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 3ad16d5 commit c54e3b1Copy full SHA for c54e3b1
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
- id: rst-inline-touching-normal
31
- id: text-unicode-replacement-char
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v2.10.0
+ rev: v2.12.0
34
hooks:
35
- id: pyupgrade
36
args: [--py36-plus]
@@ -43,12 +43,12 @@ repos:
43
44
- id: black
45
- repo: https://github.com/asottile/blacken-docs
46
- rev: v1.9.2
+ rev: v1.10.0
47
48
- id: blacken-docs
49
additional_dependencies: [black]
50
-- repo: https://gitlab.com/pycqa/flake8
51
- rev: 3.8.4
+- repo: https://github.com/PyCQA/flake8
+ rev: 3.9.1
52
53
- id: flake8
54
types: [python]
0 commit comments