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 4742052 + 1f492f8 commit 95236a4Copy full SHA for 95236a4
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: debug-statements
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
-- repo: https://github.com/asottile/reorder_python_imports
+- repo: https://github.com/asottile/reorder-python-imports
11
rev: v3.9.0
12
hooks:
13
- id: reorder-python-imports
@@ -18,7 +18,7 @@ repos:
18
- id: black
19
args: [--line-length=79]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.3.2
+ rev: v3.4.0
22
23
- id: pyupgrade
24
args: [--py37-plus]
0 commit comments