uv init example-service
cd example-service
uv add fastapi
uv add --dev ruff
uv run ruff check .