Codebase list python-lml / 484a5365-4a1b-48b4-80e1-00e81af1c63f/upstream .isort.cfg
484a5365-4a1b-48b4-80e1-00e81af1c63f/upstream

Tree @484a5365-4a1b-48b4-80e1-00e81af1c63f/upstream (Download .tar.gz)

.isort.cfg @484a5365-4a1b-48b4-80e1-00e81af1c63f/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