initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user