check:
    uv run ruff check .
    uv run ruff format --check .
    uv run pytest

build:
    uv build

# Run in a separately provisioned Newton environment, without changing this one.
check-actuators PYTHON XML USD:
    "{{PYTHON}}" tools/check_actuators.py "{{XML}}" "{{USD}}"
