Skip to content

Commit

Permalink
add argument for isort to work with black
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Jun 29, 2024
1 parent 9dd598a commit 391b6d2
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 391b6d2

Please sign in to comment.