Codebase list python-lml / 47108653-af32-4e2d-86b4-6a766907ae53/upstream .isort.cfg
47108653-af32-4e2d-86b4-6a766907ae53/upstream

Tree @47108653-af32-4e2d-86b4-6a766907ae53/upstream (Download .tar.gz)

.isort.cfg @47108653-af32-4e2d-86b4-6a766907ae53/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