mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-06-05 07:12:23 +00:00
initial commit
This commit is contained in:
commit
bdf7281b74
21 changed files with 563 additions and 0 deletions
10
setup.cfg
Normal file
10
setup.cfg
Normal file
|
@ -0,0 +1,10 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue