Setup Install uv uv sync (Install all dependencies) uv run pre-commit install (Install commit hook) Run any file with uv run ... Adding new modules Always define type with a default value Register them in runner Testing Run tests with uv run pytest