Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 529 Bytes

File metadata and controls

14 lines (11 loc) · 529 Bytes

python-uv-template

A minimal Python project template powered by uv, with ruff, ty, and pre-commit pre-configured.

Usage

  1. Create a new repository from this template.
  2. Replace python-uv-template with your project name in pyproject.toml.
  3. Install dependencies and pre-commit hooks:
    uv sync
    uv run pre-commit install
  4. Rewrite the README.md to describe your project.