ruff-only pre-commit

This commit is contained in:
Georges-Antoine Assi
2024-05-18 11:47:42 -04:00
parent 1957942689
commit 880345f20c
102 changed files with 305 additions and 183 deletions

View File

@@ -12,6 +12,9 @@ class SocketHandler:
client_manager=socketio.AsyncRedisManager(redis_url),
)
self.socket_app = socketio.ASGIApp(self.socket_server, socketio_path="/ws/socket.io")
self.socket_app = socketio.ASGIApp(
self.socket_server, socketio_path="/ws/socket.io"
)
socket_handler = SocketHandler()