Help us improve HUD
git clone https://github.com/YOUR-USERNAME/hud-python cd hud-python
uv pip install -e ".[dev]" uv tool install --force --from "." hud-python --refresh
Run Tests
uv pytest
Lint & Format
ruff check . --fix ruff format .
Was this page helpful?