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 569c91c commit 3c8107fCopy full SHA for 3c8107f
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
args: [ "--in-place", "--remove-unused-variables", "--remove-all-unused-imports" ]
10
language: python
11
files: \.py$
12
- - repo: https://github.com/asottile/reorder_python_imports
+ - repo: https://github.com/asottile/reorder-python-imports
13
rev: v3.9.0
14
hooks:
15
- id: reorder-python-imports
0 commit comments