Contributing Setup python -m venv .venv . .venv/bin/activate python -m pip install -U pip python -m pip install -e ".[dev]" Quality gates python -m ruff check . python -m mypy --strict src python -m pytest