val:
    uv run ty check
    uv run pytest ./tests/unit && uv run --with .[runtime] pytest ./tests/runtime

build:
    python -m build --installer uv .
