Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 614 Bytes

File metadata and controls

28 lines (17 loc) · 614 Bytes

Contributor's Guide

Setting up dev environment

We have individual uv environments for each package. To start, sync dependencies with the following command:

uv sync

Run tests

uv run --group tests pytest tests/

Run Type Checker

In each project directory, run

uv run ty check

Build API docs

See the documentation in docs/README.md for how to build docs. When releasing a new wheel, please send a pull request to change the API reference published in docs-api-ref.