There was an error while loading. Please reload this page.
Project dependencies are specified in the pyproject.toml file in the root directory of the project.
pyproject.toml
uv website
Install dependencies:
$ uv sync
PyTest, MyPy and ruff can be run using tox,
tox
They can also be ran indivually,
tox -e type tox -e lint tox -e test tox -e fix