diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d170554..8a159b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,17 +9,18 @@ repos: - id: check-merge-conflict - id: check-docstring-first + - repo: https://github.com/pre-commit/mirrors-isort + rev: v5.10.1 + hooks: + - id: isort + exclude: docs/ + - repo: https://github.com/psf/black rev: 23.3.0 hooks: - id: black exclude: docs/ - - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.10.1 - hooks: - - id: isort - exclude: docs/ - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.991