diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a4cbed8ef..f8cd909dfa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,14 +22,11 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - - repo: local + - repo: https://github.com/PyCQA/isort + rev: 5.7.0 hooks: - id: isort - name: isort - entry: python -m isort args: [--settings-path, ./pyproject.toml] - language: system - types: [python] - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.790