Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 243 Bytes

File metadata and controls

28 lines (19 loc) · 243 Bytes

python-template

A minimal Python project template.

Setup

uv sync

Run

uv run python-template

Test

uv run pytest

Lint / Format

uv run ruff check --fix .
uv run ruff format .