Ignored flake8-bugbear B036. (#499)

"except BaseException: without re-raising" used in testing.py
This commit is contained in:
Carlton Gibson 2024-02-06 09:04:10 +01:00 committed by GitHub
parent 993efe62ce
commit 5fdc9176e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]