daphne/setup.cfg

17 lines
335 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]
2018-08-27 05:27:32 +03:00
include_trailing_comma = True
2017-11-29 05:00:15 +03:00
multi_line_output = 3
2018-08-27 05:27:32 +03:00
known_first_party = channels,daphne,asgiref,channels_redis
2018-08-27 07:21:40 +03:00
line_length = 88
2017-11-29 05:00:15 +03:00
[flake8]
2017-11-29 10:47:11 +03:00
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
2017-11-29 10:42:35 +03:00
ignore = E123,E128,E266,E402,W503,E731,W601
2017-11-29 05:00:15 +03:00
max-line-length = 120