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 9ad179a commit f5624bdCopy full SHA for f5624bd
.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