🎨(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:
lebaudantoine
2025-06-24 14:41:19 +02:00
committed by aleb_the_flash
parent c5379f29e7
commit 892a98193d
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
# ruff: noqa: S311
"""
Core application factories
"""

View File

@@ -2,7 +2,6 @@
Test LiveKit webhook endpoint on the rooms API.
"""
# ruff: noqa: PLR0913
# pylint: disable=R0913,W0621,R0917,W0613
import base64
import hashlib