# Python (uv) (/examples/python-uv)



A uv-managed project: test (pytest), lint (ruff), fmt, and typecheck (mypy).

## Project layout [#project-layout]

<Tree path="python-uv" maxDepth="3" />

## Pipeline [#pipeline]

**Python**

<RemoteCode src="python-uv/.hm/pipeline.py" lang="python" title=".hm/pipeline.py" />

**TypeScript**

<RemoteCode src="python-uv/.hm/pipeline.ts" lang="typescript" title=".hm/pipeline.ts" />

## Run it [#run-it]

```bash
hm run ci
```
