diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8417f7295..16c72afc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,3 +18,4 @@ repos: - id: isort name: isort (python) files: ^(tests|schematic|schematic_api)/ + args: ["--profile", "black", "--filter-files"]