diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8778eff..dedccb3 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.13.1 + hooks: + - id: isort + name: isort (python)