default:
    @just --list

install:
    uv sync && uv pip install -e .

format:
    uv run ruff format .

lint:
    uv run ruff check .

test:
    uv run pytest