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 0122e76 + 894c7c4 commit 6fc46f9Copy full SHA for 6fc46f9
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
rev: v2.2.0
14
hooks:
15
- id: setup-cfg-fmt
16
-- repo: https://github.com/asottile/reorder_python_imports
+- repo: https://github.com/asottile/reorder-python-imports
17
rev: v3.9.0
18
19
- id: reorder-python-imports
@@ -24,7 +24,7 @@ repos:
24
- id: add-trailing-comma
25
args: [--py36-plus]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.3.2
+ rev: v3.4.0
28
29
- id: pyupgrade
30
args: [--py37-plus]
0 commit comments