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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"dockerComposeFile": "docker-compose.devcontainer.sqlite-tika.yml",
"service": "paperless-development",
"workspaceFolder": "/usr/src/paperless/paperless-ngx",
"postCreateCommand": "/bin/bash -c uv sync --dev && uv run pre-commit install",
"postCreateCommand": "/bin/bash -c 'uv sync --group dev && uv run pre-commit install'",
"customizations": {
"vscode": {
"extensions": [

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: