Files
versatile_thermostat/.vscode/settings.json
2023-10-22 16:54:38 +00:00

20 lines
570 B
JSON

{
"[python]": {
"editor.defaultFormatter": "mikoz.black-py"
},
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"files.associations": {
"*.yaml": "home-assistant"
},
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.extraPaths": [
// "/home/vscode/core",
"/workspaces/versatile_thermostat/custom_components/versatile_thermostat"
],
"python.formatting.provider": "none"
}