Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 282 Bytes

File metadata and controls

20 lines (14 loc) · 282 Bytes

Contributing

Development setup

uv sync --python 3.11

Quality checks

uv run ruff check
uv run pytest

Pull requests

  • Keep changes scoped and documented.
  • Add or update tests for behavior changes.
  • Ensure CI passes before requesting review.