Update isort & rerun formatting

This commit is contained in:
Sonny 2019-07-01 12:11:44 +02:00
parent ed658c4dfd
commit 982c5bb132
51 changed files with 1993 additions and 1926 deletions

View file

@ -2,6 +2,11 @@
include_trailing_comma = true
line_length = 80
multi_line_output = 3
skip = env/
forced_separate=django, newsreader
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