Merge branch 'main' into root-path-for-websockets

This commit is contained in:
Carlton Gibson 2024-02-06 09:04:25 +01:00 committed by GitHub
commit 973be1284a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ tests =
[flake8]
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
[isort]