newsreader/.isort.cfg
2019-07-14 18:44:15 +02:00

12 lines
313 B
INI

[settings]
include_trailing_comma = true
line_length = 90
multi_line_output = 3
skip = env/, venv/
default_section = THIRDPARTY
known_first_party = newsreader
known_django = django
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
lines_between_types=1
lines_after_imports=2
lines_between_types=1