Contributing

Development install

uv sync --group dev

Lint + tests

uv run ruff check .
uv run python -m pytest

Build docs

uv sync --group docs
cd docs
make html