Codebase list python-lml / a9aa4a58-8224-40d2-9d60-4f5189a18b8e/upstream .isort.cfg
a9aa4a58-8224-40d2-9d60-4f5189a18b8e/upstream

Tree @a9aa4a58-8224-40d2-9d60-4f5189a18b8e/upstream (Download .tar.gz)

.isort.cfg @a9aa4a58-8224-40d2-9d60-4f5189a18b8e/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