honcho/.vscode/settings.json

10 lines
206 B
JSON

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