Skip to content

Commit 147cbff

Browse files
committed
.isort.cfg: Use black profile
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 5833695 commit 147cbff

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)