1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
ha-core/.vscode/settings.default.json

10 lines
442 B
JSON
Raw Normal View History

2020-11-12 15:46:49 +01:00
{
// Please keep this file in sync with settings in home-assistant/.devcontainer/devcontainer.json
2020-11-12 15:46:49 +01:00
"python.formatting.provider": "black",
// Added --no-cov to work around TypeError: message must be set
// https://github.com/microsoft/vscode-python/issues/14067
"python.testing.pytestArgs": ["--no-cov"],
// https://code.visualstudio.com/docs/python/testing#_pytest-configuration-settings
"python.testing.pytestEnabled": false
2020-11-12 15:46:49 +01:00
}