diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 291958ed..9a3b3200 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,11 +34,6 @@ repos: # name: Upgrade code # args: [--py38-plus] - - repo: https://github.com/PyCQA/isort - rev: 5.12.0 - hooks: - - id: isort - name: Sort imports - repo: https://github.com/PyCQA/flake8 rev: 6.1.0