daphne/setup.cfg
2015-11-09 13:01:02 +01:00

13 lines
282 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