Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 261 Bytes

File metadata and controls

20 lines (13 loc) · 261 Bytes

AGENTS Instructions

This repository uses ruff for linting and formatting. Run lint checks with:

scripts/lint

Format the code with:

scripts/format

Run the test suite using pytest before submitting changes:

pytest