daphne/setup.cfg

15 lines
234 B
INI
Raw Normal View History

2016-03-28 00:14:46 +03:00
[bdist_wheel]
universal=1
2017-11-26 00:39:46 +03:00
[tool:pytest]
addopts = tests/
2017-11-29 05:00:15 +03:00
[isort]
line_length = 120
multi_line_output = 3
[flake8]
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*
ignore = E123,E128,E402,W503,E731,W601
max-line-length = 120