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 adfd2f7 + 89cb673 commit d9c5da7Copy full SHA for d9c5da7
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/reorder_python_imports
3
- rev: v2.7.1
+ rev: v3.0.1
4
hooks:
5
- id: reorder-python-imports
6
- repo: https://github.com/psf/black
setup.py
@@ -6,9 +6,9 @@
# -----------------------------------------------------------------------------
7
import os
8
import pipes
9
-from distutils import log
10
from subprocess import check_call
11
+from distutils import log
12
from setuptools import setup
13
from setuptools.command.develop import develop
14
0 commit comments