Skip to content

Development

To start developing, first clone the repository, then execute make install to install the dev dependencies and the project.

Running tests

To run pytest tests, execute make test.

Linting

To run ruff and pyright, execute make lint