mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +03:00
Merge branch 'main' into root-path-for-websockets
This commit is contained in:
commit
973be1284a
|
@ -50,7 +50,7 @@ tests =
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
exclude = venv/*,tox/*,docs/*,testproject/*,js_client/*,.eggs/*
|
||||||
extend-ignore = E123, E128, E266, E402, W503, E731, W601
|
extend-ignore = E123, E128, E266, E402, W503, E731, W601, B036
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user