1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-08-14 09:21:23 +00:00

prettier applied

This commit is contained in:
2023-10-15 22:59:05 +00:00
parent 769290528d
commit 77165d802d
2 changed files with 10 additions and 10 deletions

View File

@@ -17,14 +17,14 @@
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.black-formatter",
"ms-python.vscode-pylance",
"ms-python.isort",
"charliermarsh.ruff",
"ms-toolsai.jupyter",
"esbenp.prettier-vscode"
]
"ms-python.python",
"ms-python.black-formatter",
"ms-python.vscode-pylance",
"ms-python.isort",
"charliermarsh.ruff",
"ms-toolsai.jupyter",
"esbenp.prettier-vscode"
]
}
},
"postCreateCommand": "pip3 install --user -r dev-reqs.txt && apt-get update && apt-get install -y nodejs npm && npm install"