synology_link_manipultor/.vscode/settings.json

18 lines
430 B
JSON
Raw Permalink Normal View History

{
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": true,
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": true,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": false,
"python.testing.pytestArgs": [
2021-07-17 21:34:36 +10:00
"tests"
]
}