Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 285 Bytes

File metadata and controls

16 lines (10 loc) · 285 Bytes

Setup

  1. Install uv
  2. uv sync (Install all dependencies)
  3. 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