Skip to content

Commit 3f4185d

Browse files
authored
Merge pull request #1453 from Sage-Bionetworks/develop-fix-precommit
fix: added black compatibility to isort
2 parents 9dd598a + 391b6d2 commit 3f4185d

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)