Codebase list pyexcel / a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0 .isort.cfg
a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0

Tree @a2846738-f93c-4404-b4c7-77527c069dca/upstream/0.7.0 (Download .tar.gz)

.isort.cfg @a2846738-f93c-4404-b4c7-77527c069dca/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