Update VSCode settings

This commit is contained in:
2023-08-09 20:37:08 +02:00
parent 3387314575
commit f1f6447609

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"editor.defaultFormatter": "ms-python.black-formatter",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}