diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a1fb7601c..1cc91e2221 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,3 @@ repos: hooks: - id: flake8 language_version: python3 -- repo: https://github.com/asottile/reorder_python_imports - rev: v1.8.0 - hooks: - - id: reorder-python-imports - language_version: python3 diff --git a/.restyled.yaml b/.restyled.yaml index 75c31e5ee2..d5eeec7157 100644 --- a/.restyled.yaml +++ b/.restyled.yaml @@ -9,13 +9,3 @@ restylers: - "**/*.py" interpreters: - python - - name: reorder-python-imports - image: restyled/restyler-reorder-python-imports:v1.6.0 - command: - - reorder-python-imports - - "--exit-zero-even-if-changed" - arguments: [] - include: - - "**/*.py" - interpreters: - - python