Skip to content

Commit ceed6a8

Browse files
committed
Add combine_as_imports = true isort option
1 parent 6766ef3 commit ceed6a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ show_missing = true
9191

9292
[tool.isort]
9393
profile = "black"
94+
combine_as_imports = true
9495

9596
[tool.pylint.main]
9697
ignore = ["tests"]

0 commit comments

Comments
 (0)