# Contributor Guide Tools: [uv](https://github.com/astral-sh/uv), [prek](https://prek.j178.dev/) ## Get started ```bash uv sync prek install ``` ## Run tests ```bash prek run -a uv run mypy uv run pytest ```