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 42966a3 commit 29b8ea4Copy full SHA for 29b8ea4
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: rst-inline-touching-normal
25
- id: text-unicode-replacement-char
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v2.10.0
+ rev: v2.11.0
28
hooks:
29
- id: pyupgrade
30
args: [--py36-plus]
@@ -37,12 +37,12 @@ repos:
37
38
- id: black
39
- repo: https://github.com/asottile/blacken-docs
40
- rev: v1.9.2
+ rev: v1.10.0
41
42
- id: blacken-docs
43
additional_dependencies: [black]
44
- repo: https://gitlab.com/pycqa/flake8
45
- rev: 3.8.4
+ rev: 3.9.0
46
47
- id: flake8
48
additional_dependencies: [
0 commit comments