Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 540 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 540 Bytes

Contributing

Installation

Make sure uv is installed. Then, run

uv python install 3.12

Documentation

Simply run

make docs

This will generate the HTML doc of the project, and the index file should be at docs/index.html. To have it directly in your browser, run

make docs-browser

Code quality

Don't forget to run

make

to format and check the code using ruff and typecheck it using mypy.