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 40a584e commit 5d29de9Copy full SHA for 5d29de9
.pre-commit-config.yaml
@@ -32,20 +32,20 @@ repos:
32
- id: rst-inline-touching-normal
33
- id: text-unicode-replacement-char
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v2.12.0
+ rev: v2.13.0
36
hooks:
37
- id: pyupgrade
38
args: [--py36-plus]
39
- repo: https://github.com/asottile/reorder_python_imports
40
- rev: v2.4.0
+ rev: v2.5.0
41
42
- id: reorder-python-imports
43
- repo: https://github.com/asottile/setup-cfg-fmt
44
rev: v1.17.0
45
46
- id: setup-cfg-fmt
47
- repo: https://github.com/psf/black
48
- rev: 20.8b1
+ rev: 21.4b0
49
50
- id: black
51
- repo: https://github.com/asottile/blacken-docs
0 commit comments