Skip to content

Commit 28da0d9

Browse files
committed
Make isort compatible with black.
More info: PyCQA/isort#1518
1 parent 67a5c11 commit 28da0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: 5.10.1
44
hooks:
55
- id: isort
6-
name: isort (python)
6+
args: ["--profile", "black"]
77

88
- repo: https://github.com/psf/black
99
rev: 22.8.0

0 commit comments

Comments
 (0)