-
Notifications
You must be signed in to change notification settings - Fork 5
Tools
davidbakker123 edited this page Aug 19, 2025
·
2 revisions
Project dependencies are specified in the pyproject.toml file in the root directory of the project.
Install dependencies:
$ uv syncPyTest, 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