Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 706 Bytes

File metadata and controls

32 lines (20 loc) · 706 Bytes

What changed

Why

How tested

  • All existing tests pass (pytest tests/)
  • New tests added (if applicable)

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactoring / CI / tooling

Breaking changes

Checklist

  • Code follows project style (ruff check . && ruff format --check .)
  • Self-review completed
  • Version bumped if needed (pyproject.toml, templates, docs)