diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fcdc47..022afe2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,11 +26,6 @@ repos: hooks: - id: pyupgrade args: [--py38-plus] -- repo: https://github.com/asottile/reorder_python_imports - rev: v3.14.0 - hooks: - - id: reorder-python-imports - args: [--py38-plus] - repo: https://github.com/psf/black rev: 24.10.0 hooks: