Fix Type Checker; Improve Protobuf Generation

This commit is contained in:
Arbion Halili
2025-06-28 12:28:26 +01:00
parent 38bc8ea7e4
commit f7f779da19
3 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
regenerate-protobufs:
protoc --proto_path=shared/protobufs/schemas --python_out=shared/protobufs/types shared/protobufs/schemas/*.proto
protoc --proto_path=shared/protobufs/schemas --python_out=shared/protobufs/types --pyi_out=shared/protobufs/types shared/protobufs/schemas/*.proto
uv run ruff format ./shared/protobufs/types