going-rogue/.vscode/settings.json
2023-02-18 10:49:35 -08:00

9 lines
225 B
JSON

{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [
"test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}