Fix: use --group dev instead of --dev for devcontainer (#9309)

This commit is contained in:
shamoon
2025-03-05 20:00:02 -08:00
committed by GitHub
parent 76d363f22d
commit dd9e9a8c56
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: