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