Skip to content

Commit 642ae96

Browse files
authored
Update isort CLI commands (ethereum#72)
1 parent af2dfa6 commit 642ae96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ envlist=
66

77
[isort]
88
combine_as_imports=True
9+
force_grid_wrap=1
910
force_sort_within_sections=True
1011
known_third_party=hypothesis,pytest
1112
known_first_party=<MODULE_NAME>
13+
multi_line_output=3
1214
profile=black
1315

1416
[flake8]

0 commit comments

Comments
 (0)