daphne/setup.cfg
2016-03-24 14:58:01 -04:00

16 lines
309 B
INI

[flake8]
exclude = venv/*,tox/*,docs/*,testproject/*
ignore = E123,E128,E402,W503,E731,W601
max-line-length = 119
[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = channels
multi_line_output = 5
not_skip = __init__.py
[bdist_wheel]
universal=1