Codebase list pyexcel / 433de8f3-f8d2-4c44-a0de-9f04321f9854/upstream/0.7.0 .isort.cfg
433de8f3-f8d2-4c44-a0de-9f04321f9854/upstream/0.7.0

Tree @433de8f3-f8d2-4c44-a0de-9f04321f9854/upstream/0.7.0 (Download .tar.gz)

.isort.cfg @433de8f3-f8d2-4c44-a0de-9f04321f9854/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