Skip to content

Contributing

We use uv for managing dependencies.

To get started with a development environment, clone this repository and run:

uv venv --python 3.12
. .venv/bin/activate
uv sync --all-extras --dev
pre-commit install