{ "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" }, "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" }