diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f81da5a..ee461eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,8 @@ repos: - repo: https://github.com/PyCQA/isort rev: 5.4.2 hooks: - - id: isort + - id: isort + args: ["--profile", "black"] language_version: python - repo: https://github.com/PyCQA/flake8