mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
Fix Type Checker; Improve Protobuf Generation
This commit is contained in:
@@ -29,7 +29,7 @@ darwin = [
|
||||
fmt = { shell = "ruff format master worker shared engines/*", help = "Format the code" }
|
||||
lint = { shell = "ruff check --fix master worker shared engines/*", help = "Run the linter" }
|
||||
test = { shell = "pytest master worker shared engines/*", help = "Run the tests" }
|
||||
check = { shell = "basedpyright --project master worker shared engines/*", help = "Run type checker" }
|
||||
check = { shell = "basedpyright --project pyproject.toml", help = "Run type checker" }
|
||||
sync = { shell = "uv sync --all-packages", help = "Sync the dependencies" }
|
||||
protobufs = { shell = "just regenerate-protobufs", help = "Regenerate the protobufs" }
|
||||
build = { shell = "just regenerate-protobufs && uv build --all-packages", help = "Build the project" }
|
||||
@@ -85,7 +85,10 @@ include = ["master", "worker", "shared", "engines/*"]
|
||||
pythonVersion = "3.13"
|
||||
pythonPlatform = "Darwin"
|
||||
|
||||
exclude = ["shared/protobufs/**"]
|
||||
stubPath = "shared/protobufs/types"
|
||||
ignore = [
|
||||
"shared/protobufs/types/**/*",
|
||||
]
|
||||
|
||||
###
|
||||
# uv configuration
|
||||
|
||||
Reference in New Issue
Block a user