- Install uv.
- Run
uv syncto generate a venv and install the dependencies. - Activate your venv by running
source .venv/bin/activate.
We use pre-commit hooks for linting and formatting. Install the commit hooks locally via:
pre-commit installThe configuration can be adapted in .pre-commit-config.yaml.