Skip to content
davidbakker123 edited this page Aug 19, 2025 · 2 revisions

uv

Project dependencies are specified in the pyproject.toml file in the root directory of the project.

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

Clone this wiki locally