diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 081b44f..f4d63a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: 5.10.1 hooks: - id: isort - name: isort (python) + args: ["--profile", "black"] - repo: https://github.com/psf/black rev: 22.8.0