Install the following tools prior to development:
- Install development dependencies:
uv sync
- Install pre-commit hooks:
pre-commit install
- View development recipes:
just -l
The project uses:
To format code and update documentation:
just format # Format code with ruff
just embedme # Update code examples in README