ConceptPortal-public/.vscode/settings.json
2023-08-17 21:23:54 +03:00

18 lines
303 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"python.linting.enabled": true,
"python.linting.mypyEnabled": true
}