Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 533 Bytes

File metadata and controls

9 lines (5 loc) · 533 Bytes

Development

For convenience, you can install Just to run recipes defined in the Justfile. Feel free to read the Just/docs

You can create a virtual environment directory via the uv venv command (the version is retrieved from the .python-version file).

Dependency installation is done via uv sync --group dev --group lint --group --test or by executing the just install recipe.

Consider installing pre-commit hooks -> pre-commit install.