daphne/setup.cfg
2018-06-24 16:33:54 -07:00

16 lines
291 B
INI

[bdist_wheel]
universal=1
[tool:pytest]
addopts = tests/
[isort]
line_length = 120
multi_line_output = 3
known_first_party = channels,daphne,asgiref
[flake8]
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
ignore = E123,E128,E266,E402,W503,E731,W601
max-line-length = 120