mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Ignored flake8-bugbear B036. (#499)
"except BaseException: without re-raising" used in testing.py
This commit is contained in:
parent
993efe62ce
commit
5fdc9176e5
|
@ -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