mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-10 21:15:49 +00:00
11 lines
235 B
INI
11 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
|