31 lines
826 B
JSON
31 lines
826 B
JSON
{
|
|
"python.analysis.extraPaths": [
|
|
"app/src",
|
|
".venv/lib" ],
|
|
"python.testing.pytestArgs": [
|
|
"-v",
|
|
"--cov=app/src",
|
|
"--cov=ha_addon/rootfs/home",
|
|
"--cov-report=xml",
|
|
"app",
|
|
"system_tests",
|
|
"ha_addon"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"flake8.args": [
|
|
"--extend-exclude=app/tests/*.py system_tests/*.py"
|
|
],
|
|
"sonarlint.connectedMode.project": {
|
|
"connectionId": "s-allius",
|
|
"projectKey": "s-allius_tsun-gen3-proxy"
|
|
},
|
|
"files.exclude": {
|
|
"**/*.pyi": true
|
|
},
|
|
"python.analysis.typeEvaluation.deprecateTypingAliases": true,
|
|
"python.autoComplete.extraPaths": [
|
|
".venv/lib"
|
|
],
|
|
"coverage-gutters.coverageBaseDir": "tsun"
|
|
} |