⬆️ upgrade dependencies (#1413)

This commit is contained in:
Ju4tCode
2022-11-21 19:59:39 +08:00
committed by GitHub
parent 276041e314
commit 85390a14b6
3 changed files with 876 additions and 225 deletions

View File

@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:1": {}
},
"postCreateCommand": "poetry install && poetry run pre-commit install && yarn install",
"postCreateCommand": "poetry config virtualenvs.in-project true && poetry install -E all && poetry run pre-commit install && yarn install",
"customizations": {
"vscode": {
"settings": {