diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a01341b..951bc9be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,4 +13,4 @@ repos: rev: 5.12.0 hooks: - id: isort - \ No newline at end of file + args: ["--profile=black"] # <-- this one \ No newline at end of file