daphne/setup.cfg

11 lines
210 B
INI
Raw Normal View History

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/*
extend-ignore = E123, E128, E266, E402, W503, E731, W601
2017-11-29 05:00:15 +03:00
max-line-length = 120
[isort]
profile = black
[tool:pytest]
testpaths = tests