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
To start developing, first clone the repository, then execute make install to install the dev dependencies and the project.
To run pytest tests, execute make test.
To run ruff and pyright, execute make lint