Skip to content

Commit

Permalink
Merge pull request #1453 from Sage-Bionetworks/develop-fix-precommit
Browse files Browse the repository at this point in the history
fix: added black compatibility to isort
  • Loading branch information
linglp authored Jul 1, 2024
2 parents 9dd598a + 391b6d2 commit 3f4185d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ repos:
- id: isort
name: isort (python)
files: ^(tests|schematic|schematic_api)/
args: ["--profile", "black", "--filter-files"]

0 comments on commit 3f4185d

Please sign in to comment.