1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-08-03 12:01:25 +00:00

Copy pasted all changes from Telegram bot

This commit is contained in:
2023-04-15 18:12:34 -06:00
parent eb48ab74c2
commit 32d83afdea
18 changed files with 813 additions and 1480 deletions

12
.vscode/settings.json vendored
View File

@@ -1,13 +1,5 @@
{
"workbench.iconTheme": "vscode-icons",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.languageServer": "Pylance",
"git.autofetch": true,
"editor.formatOnSave": true,
"files.associations": {
"DockerDev": "dockerfile",
},
"python.formatting.provider": "black",
"python.showStartPage": false,
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": true,
}