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 b4bb61d commit fca39d7Copy full SHA for fca39d7
.pre-commit-config.yaml
@@ -22,24 +22,24 @@ repos:
22
- id: rst-inline-touching-normal
23
- id: text-unicode-replacement-char
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v2.21.2
+ rev: v2.25.0
26
hooks:
27
- id: pyupgrade
28
args: [--py36-plus]
29
- repo: https://github.com/asottile/reorder_python_imports
30
- rev: v2.5.0
+ rev: v2.6.0
31
32
- id: reorder-python-imports
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
rev: v1.17.0
35
36
- id: setup-cfg-fmt
37
- repo: https://github.com/psf/black
38
- rev: 21.7b0
+ rev: 21.8b0
39
40
- id: black
41
- repo: https://github.com/asottile/blacken-docs
42
- rev: v1.10.0
+ rev: v1.11.0
43
44
- id: blacken-docs
45
additional_dependencies: [black]
0 commit comments