Skip to content

Contributing

The canonical contributor guide is in the repository root at CONTRIBUTING.md.

Fast path

uv venv .venv
uv pip install --python .venv/bin/python -e '.[dev]'
ruff check .
ruff format --check .
mypy src
pytest
mkdocs build --strict
python -m build

See the root guide for expectations around tests, documentation, and review quality.