Codebase list pyexcel / run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main .isort.cfg
run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main

Tree @run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/main (Download .tar.gz)

.isort.cfg @run/9e1fac6b-66f1-4c3b-83bb-9b1cb0290a48/mainraw · 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