Codebase list pyexcel / 00dac0c6-2de1-428c-86f6-ccb0fae158aa/upstream/0.7.0 .isort.cfg
00dac0c6-2de1-428c-86f6-ccb0fae158aa/upstream/0.7.0

Tree @00dac0c6-2de1-428c-86f6-ccb0fae158aa/upstream/0.7.0 (Download .tar.gz)

.isort.cfg @00dac0c6-2de1-428c-86f6-ccb0fae158aa/upstream/0.7.0raw · 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