Use this workflow when contributing code or docs.

Setup

python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements-dev.txt
pip install -e .[dev]

Validation

pytest -q
tox -q
ruff check .

Pull Request Expectations