1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-02 19:41:26 +00:00

improve dev tooling

This commit is contained in:
2023-09-03 22:29:04 -06:00
parent 7b471fcc67
commit 319c21d790
2 changed files with 12 additions and 17 deletions

View File

@@ -1,8 +1,7 @@
{
"python.formatting.provider": "none",
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
}