Update VSCode settings

This commit is contained in:
Profitroll 2023-08-09 20:37:08 +02:00
parent 3387314575
commit f1f6447609
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

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
}