diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11c38e8..fb246d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ repos: rev: 5.10.1 hooks: - id: isort + args: ["--profile", "black"] - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: