Files
versatile_thermostat/.vscode/settings.json
Jean-Marc Collin 4478d65ad4 Python12 env rebuild
2024-02-25 17:18:14 +00:00

21 lines
739 B
JSON

{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications"
},
"pylint.lintOnChange": false,
"files.associations": {
"*.yaml": "home-assistant"
},
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.extraPaths": [
// "/home/vscode/core",
"/workspaces/versatile_thermostat/custom_components/versatile_thermostat",
"/home/vscode/.local/lib/python3.12/site-packages/homeassistant"
],
"python.experiments.optOutFrom": ["pythonTestAdapter"],
"python.formatting.provider": "none"
}