Skip to content

Commit d31849b

Browse files
authored
Merge pull request #116 from mulkieran/issue_project_825
.isort.cfg: Use black profile
2 parents 5833695 + 147cbff commit d31849b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.isort.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[settings]
2-
multi_line_output=3
3-
include_trailing_comma=True
4-
force_grid_wrap=0
5-
use_parentheses=True
6-
line_length=88
2+
profile = black
73

84
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCAL,LOCALFOLDER
95

0 commit comments

Comments
 (0)