Skip to content

Commit fba3c0d

Browse files
committed
feat(pre-commit): add --profile=black argument to isort hook
Signed-off-by: Sreechandh <sdevire3@asu.edu>
1 parent 302e8b5 commit fba3c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ repos:
6262
rev: 5.13.2
6363
hooks:
6464
- id: isort
65+
args: [--profile=black]
6566

6667
- repo: https://github.com/psf/black
6768
rev: 24.8.0

0 commit comments

Comments
 (0)