initial commit

This commit is contained in:
2020-11-19 09:40:03 +01:00
commit d4c40a927a
20 changed files with 412 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[flake8]
ignore = N802,W503,E402
max-line-length = 160
exclude = migrations,.ropeproject,static,_static,build
[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_third_party = pretix
known_standard_library = typing
multi_line_output = 5
not_skip = __init__.py
skip = setup.py