🎨(backend) format sources and clean up ruff configuration
Apply formatting changes from recent ruff upgrade and remove obsolete ignored error rules that are no longer needed.
This commit is contained in:
committed by
aleb_the_flash
parent
c5379f29e7
commit
892a98193d
@@ -1,4 +1,3 @@
|
|||||||
# ruff: noqa: S311
|
|
||||||
"""
|
"""
|
||||||
Core application factories
|
Core application factories
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
Test LiveKit webhook endpoint on the rooms API.
|
Test LiveKit webhook endpoint on the rooms API.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ruff: noqa: PLR0913
|
|
||||||
# pylint: disable=R0913,W0621,R0917,W0613
|
# pylint: disable=R0913,W0621,R0917,W0613
|
||||||
import base64
|
import base64
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|||||||
Reference in New Issue
Block a user