Skip to content

Commit 391b6d2

Browse files
committed
add argument for isort to work with black
1 parent 9dd598a commit 391b6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ repos:
1818
- id: isort
1919
name: isort (python)
2020
files: ^(tests|schematic|schematic_api)/
21+
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)