Codebase list pyexcel / run/83c411db-f9fa-4e4d-881f-0cf1ad7a3a66/upstream .isort.cfg
run/83c411db-f9fa-4e4d-881f-0cf1ad7a3a66/upstream

Tree @run/83c411db-f9fa-4e4d-881f-0cf1ad7a3a66/upstream (Download .tar.gz)

.isort.cfg @run/83c411db-f9fa-4e4d-881f-0cf1ad7a3a66/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