Codebase list pyexcel / 8ce5fc3b-e48a-4f6f-9bb8-e38966db2e72/upstream .isort.cfg
8ce5fc3b-e48a-4f6f-9bb8-e38966db2e72/upstream

Tree @8ce5fc3b-e48a-4f6f-9bb8-e38966db2e72/upstream (Download .tar.gz)

.isort.cfg @8ce5fc3b-e48a-4f6f-9bb8-e38966db2e72/upstreamraw · history · blame

[settings]
line_length=79
known_first_party=
known_third_party=mock,nose,pyexcel_io
indent='    '
multi_line_output=3
length_sort=1
default_section=FIRSTPARTY
no_lines_before=LOCALFOLDER
sections=FUTURE,STDLIB,FIRSTPARTY,THIRDPARTY,LOCALFOLDER