mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
Remove PoeThePoet
This commit is contained in:
23
justfile
23
justfile
@@ -1,3 +1,24 @@
|
||||
regenerate-protobufs:
|
||||
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
|
||||
uv run ruff format ./shared/protobufs/types
|
||||
|
||||
fmt:
|
||||
uv run ruff format master worker shared engines/*
|
||||
|
||||
lint:
|
||||
uv run ruff check --fix master worker shared engines/*
|
||||
|
||||
test:
|
||||
uv run pytest master worker shared engines/*
|
||||
|
||||
check:
|
||||
uv run basedpyright --project pyproject.toml
|
||||
|
||||
sync:
|
||||
uv sync --all-packages
|
||||
|
||||
protobufs:
|
||||
just regenerate-protobufs
|
||||
|
||||
build: regenerate-protobufs
|
||||
uv build --all-packages
|
||||
Reference in New Issue
Block a user