mirror of
https://github.com/django/daphne.git
synced 2025-04-23 10:12:12 +03:00
12 lines
295 B
INI
12 lines
295 B
INI
[flake8]
|
|
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
|
extend-ignore = E123, E128, E266, E402, W503, E731, W601
|
|
max-line-length = 120
|
|
|
|
[isort]
|
|
profile = black
|
|
known_first_party = channels,daphne,asgiref,channels_redis,http_base,http_strategies
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|