mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
17 lines
335 B
INI
17 lines
335 B
INI
[bdist_wheel]
|
|
universal=1
|
|
|
|
[tool:pytest]
|
|
addopts = tests/
|
|
|
|
[isort]
|
|
include_trailing_comma = True
|
|
multi_line_output = 3
|
|
known_first_party = channels,daphne,asgiref,channels_redis
|
|
line_length = 88
|
|
|
|
[flake8]
|
|
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
|
ignore = E123,E128,E266,E402,W503,E731,W601
|
|
max-line-length = 120
|