Codebase list pyexcel / run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream .isort.cfg
run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream

Tree @run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream (Download .tar.gz)

.isort.cfg @run/8d0e55f4-4e62-4808-bf11-719e9940a34c/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