Codebase list pyexcel / ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0 .isort.cfg
ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0

Tree @ada8aec4-029c-420a-9a92-246b7ef6229f/upstream/0.7.0 (Download .tar.gz)

.isort.cfg @ada8aec4-029c-420a-9a92-246b7ef6229f/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