2023-01-05 14:18:57 +00:00
|
|
|
{
|
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"python.testing.unittestEnabled": false,
|
2023-01-05 21:01:27 +00:00
|
|
|
"python.testing.pytestEnabled": true,
|
2023-09-30 14:25:05 +00:00
|
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
|
|
"[python]": {
|
|
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
|
|
},
|
|
|
|
}
|