mirror of
https://github.com/django/daphne.git
synced 2025-04-22 17:52:08 +03:00
17 lines
327 B
INI
17 lines
327 B
INI
[flake8]
|
|
exclude = venv/*,tox/*,docs/*,testproject/*
|
|
ignore = E123,E128,E402,W503,E731,W601
|
|
max-line-length = 119
|
|
|
|
[isort]
|
|
combine_as_imports = true
|
|
default_section = THIRDPARTY
|
|
include_trailing_comma = true
|
|
known_first_party = channels
|
|
multi_line_output = 5
|
|
not_skip = __init__.py
|
|
line_length = 119
|
|
|
|
[bdist_wheel]
|
|
universal=1
|