mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-07-25 07:32:01 +00:00
small code clean up and add linting to repo
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -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,
|
||||
}
|
Reference in New Issue
Block a user