diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index edafd2755..9dea6ed8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,3 +10,8 @@ repos: hooks: - id: black exclude: ^docs/ +- repo: https://github.com/PyCQA/isort + rev: 5.12.0 + hooks: + - id: isort + exclude: ^docs/