This project uses uv for package and environment management.
After cloning the repository and installing uv
run the following commands:
uv sync
: Install dependenciesuvx pre-commit install
: Install pre-commit git hooks
If using Visual Studio Code the following extensions are recommended: python, pylance, ruff.
uv run pytest
: Run tests