docs: Add link to UV docs

This commit is contained in:
Jade Ellis 2025-07-02 18:26:18 +01:00
parent 81d013dd61
commit be7c334815
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -26,7 +26,7 @@ You can run these checks locally by installing [prefligit](https://github.com/j1
```bash
# Requires UV:
# Requires UV: https://docs.astral.sh/uv/getting-started/installation/
# Mac/linux: curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"