1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-07-25 23:51:41 +00:00

full on ruff

This commit is contained in:
2023-11-30 21:49:56 -07:00
parent b3769b24d8
commit d3b75984a6
3 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
"editor.formatOnPaste": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file"
}