huepaper/.vscode/settings.json

8 lines
207 B
JSON
Raw Permalink Normal View History

2023-08-09 21:37:08 +03:00
{
"editor.defaultFormatter": "ms-python.black-formatter",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}