change vscode settings

This commit is contained in:
2024-08-08 09:27:36 +02:00
parent 0ee4c50a24
commit a9a430f856
2 changed files with 11 additions and 2 deletions

View File

@ -4,8 +4,9 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "basic",
"python.analysis.typeCheckingMode": "strict",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
}