1
0
Fork 0
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:
Franzi 2021-11-20 09:05:08 +01:00
commit bdf7281b74
Signed by: kunsi
GPG key ID: 12E3D2136B818350
21 changed files with 563 additions and 0 deletions

10
setup.cfg Normal file
View 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