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.
2 parents c5c60d6 + 1ab5bbf commit 2fe6a37Copy full SHA for 2fe6a37
.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.21.0
+ rev: v2.21.2
26
hooks:
27
- id: pyupgrade
28
args: [--py36-plus]
@@ -35,7 +35,7 @@ repos:
35
36
- id: setup-cfg-fmt
37
- repo: https://github.com/psf/black
38
- rev: 21.6b0
+ rev: 21.7b0
39
40
- id: black
41
- repo: https://github.com/asottile/blacken-docs
@@ -65,7 +65,7 @@ repos:
65
Pygments,
66
]
67
- repo: https://github.com/PyCQA/doc8
68
- rev: 0.9.0a1
+ rev: 0.9.0
69
70
- id: doc8
71
- repo: https://github.com/econchick/interrogate
0 commit comments