Codebase list python-lml / 44ca4459-52ab-4c28-9622-0f3d20f9d76a/upstream/0.1.0 .isort.cfg
44ca4459-52ab-4c28-9622-0f3d20f9d76a/upstream/0.1.0

Tree @44ca4459-52ab-4c28-9622-0f3d20f9d76a/upstream/0.1.0 (Download .tar.gz)

.isort.cfg @44ca4459-52ab-4c28-9622-0f3d20f9d76a/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