val:
    # uv run ty check src tests # TODO temporarily disabled, enable after merging the release workflow and fixing types
    uv run pytest

build:
    python -m build --installer uv .
