diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67ec149..d196a78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,7 @@ repos: hooks: - id: isort name: isort (python) + args: [ "--profile", "black" ] #- repo: https://github.com/Riverside-Healthcare/djLint # rev: v1.24.0 # hooks: