Codebase list pyexcel / 5251e630-4efb-45cc-b38a-3e6e4e6296f7/upstream .isort.cfg
5251e630-4efb-45cc-b38a-3e6e4e6296f7/upstream

Tree @5251e630-4efb-45cc-b38a-3e6e4e6296f7/upstream (Download .tar.gz)

.isort.cfg @5251e630-4efb-45cc-b38a-3e6e4e6296f7/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