mango-explorer/.vscode/settings.json

10 lines
286 B
JSON

{
"telemetry.enableCrashReporter": false,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.completeFunctionParens": true,
"python.formatting.provider": "black"
}