Fix: use --group dev instead of --dev

This commit is contained in:
shamoon
2025-03-05 15:51:12 -08:00
parent 76d363f22d
commit 8bcc48201e
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ first-time setup.
4. Install the Python dependencies:
```bash
$ uv sync --dev
$ uv sync --group dev
```
5. Install pre-commit hooks: