mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-13 07:05:49 +00:00
10 lines
235 B
INI
10 lines
235 B
INI
[isort]
|
|
balanced_wrapping = True
|
|
combine_as_imports = True
|
|
default_section = THIRDPARTY
|
|
include_trailing_comma = True
|
|
known_third_party = pretalx
|
|
line_length = 80
|
|
multi_line_output = 5
|
|
not_skip = __init__.py
|
|
skip = migrations,setup.py
|