This project uses uv for environment and dependency management.
On Linux or macOS:
uv venv
source .venv/bin/activateOn Windows:
uv venv
.venv\Scripts\activateMove into the project directory and run
uv pip install .Install the project in editable mode:
uv pip install -e ".[dev]"and install the pre-commit hook
pre-commit install