Codebase list pyexcel / 47f45822-2af7-43ca-80ca-59d28789cb19/upstream .isort.cfg
47f45822-2af7-43ca-80ca-59d28789cb19/upstream

Tree @47f45822-2af7-43ca-80ca-59d28789cb19/upstream (Download .tar.gz)

.isort.cfg @47f45822-2af7-43ca-80ca-59d28789cb19/upstreamraw · 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