diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a4b1815d..41ea702ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,8 @@ repos: hooks: - id: flake8 args: ["--show-source"] + - repo: https://github.com/pycqa/isort + rev: 5.10.1 + hooks: + - id: isort + args: ["--profile", "black"]