Codebase list python-lml / run/066703e7-3ada-4c2b-8e8d-72fa68d75fd0/upstream .isort.cfg
run/066703e7-3ada-4c2b-8e8d-72fa68d75fd0/upstream

Tree @run/066703e7-3ada-4c2b-8e8d-72fa68d75fd0/upstream (Download .tar.gz)

.isort.cfg @run/066703e7-3ada-4c2b-8e8d-72fa68d75fd0/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