chore(pre-commit): add pre-commit

This commit is contained in:
MingxuanGame
2025-07-25 20:46:52 +08:00
parent f347b680b2
commit 46c19dddc1
14 changed files with 748 additions and 642 deletions

View File

@@ -8,10 +8,8 @@ from .hub import Client, Hub
class SpectatorHub(Hub):
async def BeginPlaySession(
self, client: Client, score_token: int, state: SpectatorState
) -> None:
...
) -> None: ...
async def SendFrameData(
self, client: Client, frame_data: FrameDataBundle
) -> None:
...
) -> None: ...