ConceptPortal-public/.vscode/settings.json

18 lines
305 B
JSON
Raw Normal View History

2023-07-15 17:46:19 +03:00
{
2023-08-16 21:26:59 +03:00
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
2023-08-16 21:26:59 +03:00
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
2023-07-15 17:46:19 +03:00
}