Codebase list python-lml / 381ce022-f5ab-405a-a50f-f2853f8c01c3/upstream .isort.cfg
381ce022-f5ab-405a-a50f-f2853f8c01c3/upstream

Tree @381ce022-f5ab-405a-a50f-f2853f8c01c3/upstream (Download .tar.gz)

.isort.cfg @381ce022-f5ab-405a-a50f-f2853f8c01c3/upstreamraw · history · blame

[settings]
line_length=79
known_first_party=
known_third_party=mock,nose
indent='    '
multi_line_output=3
length_sort=1
default_section=FIRSTPARTY
no_lines_before=LOCALFOLDER
sections=FUTURE,STDLIB,FIRSTPARTY,THIRDPARTY,LOCALFOLDER