Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 238 Bytes

File metadata and controls

15 lines (9 loc) · 238 Bytes

Build

This project uses uv, so set up the virtualenv by running

uv sync --dev

Use make test to make sure all tests pass before pushing.

Use make lint to make sure lint check passes before pushing.

Guidelines

...