Codebase list pyexcel / 05cd2a70-1ae6-42a7-a610-070420a8f81f/upstream/0.7.0 .isort.cfg
05cd2a70-1ae6-42a7-a610-070420a8f81f/upstream/0.7.0

Tree @05cd2a70-1ae6-42a7-a610-070420a8f81f/upstream/0.7.0 (Download .tar.gz)

.isort.cfg @05cd2a70-1ae6-42a7-a610-070420a8f81f/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