1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-08-02 11:31:35 +00:00

update dependencies

This commit is contained in:
2023-09-04 04:43:45 +00:00
parent 319c21d790
commit 160170409e
3 changed files with 19 additions and 17 deletions

View File

@@ -16,12 +16,13 @@
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.vscode-pylance",
"ms-python.isort"
]
"ms-python.python",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.vscode-pylance",
"ms-python.isort",
"charliermarsh.ruff"
]
}
},
"postCreateCommand": "pip3 install --user -r dev-reqs.txt"