honcho/.vscode/settings.json

8 lines
198 B
JSON

{
"python.analysis.typeCheckingMode": "basic",
"files.exclude": {},
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}