A minimal Python project template powered by uv, with ruff, ty, and pre-commit pre-configured.
- Create a new repository from this template.
- Replace
python-uv-templatewith your project name inpyproject.toml. - Install dependencies and pre-commit hooks:
uv sync uv run pre-commit install
- Rewrite the
README.mdto describe your project.