daphne/setup.cfg
2017-11-28 23:47:11 -08:00

15 lines
247 B
INI

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