Codebase list python-lml / fa3e1f3b-9a93-43cd-b448-d0fb144f4f9d/upstream/0.1.0 .isort.cfg
fa3e1f3b-9a93-43cd-b448-d0fb144f4f9d/upstream/0.1.0

Tree @fa3e1f3b-9a93-43cd-b448-d0fb144f4f9d/upstream/0.1.0 (Download .tar.gz)

.isort.cfg @fa3e1f3b-9a93-43cd-b448-d0fb144f4f9d/upstream/0.1.0raw · 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