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 48ea085 commit 932a215Copy full SHA for 932a215
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: rst-inline-touching-normal
23
- id: text-unicode-replacement-char
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v2.10.0
+ rev: v2.12.0
26
hooks:
27
- id: pyupgrade
28
args: [--py36-plus]
@@ -35,12 +35,12 @@ repos:
35
36
- id: black
37
- repo: https://github.com/asottile/blacken-docs
38
- rev: v1.9.2
+ rev: v1.10.0
39
40
- id: blacken-docs
41
additional_dependencies: [black]
42
-- repo: https://gitlab.com/pycqa/flake8
43
- rev: 3.8.4
+- repo: https://github.com/PyCQA/flake8
+ rev: 3.9.0
44
45
- id: flake8
46
types: [python]
0 commit comments