Skip to content

Makefile

The generated repository includes a Makefile with a set of available commands. To view the full list of commands, run make help in the terminal. If all features are selected, the following commands are available:

install              Install the uv environment
check                Lint code by running ruff
test                 Run tests with pytest
build                Build wheel file using uv
clean-build          Remove build artifacts
docs-test            Check if documentation builds without warnings or errors
docs                 Build and serve the documentation