diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 076a79714009bd884ab9da6551057e016e13c3dc..9f2a4e5e1e2f62fe8dd7c9b0d2cfe446c535fc2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,3 +3,8 @@ repos: rev: stable hooks: - id: black +- repo: https://github.com/PyCQA/isort + rev: 5.8.0 + hooks: + - id: isort + args: ["--profile", "black"]