byro-schaffenburg/.isort.cfg

11 lines
257 B
INI
Raw Permalink Normal View History

2020-03-27 11:16:27 +00:00
[isort]
balanced_wrapping = True
combine_as_imports = True
default_section = THIRDPARTY
include_trailing_comma = True
known_first_party = byro
line_length = 80
multi_line_output = 5
not_skip = __init__.py
skip = migrations,settings.py,wsgi.py,celery_app.py