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
|
|
|
// 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
|
2024-06-19 09:27:01 +00:00
|
|
|
"python.testing.pytestEnabled": false,
|
|
|
|
// https://code.visualstudio.com/docs/python/linting#_general-settings
|
|
|
|
"pylint.importStrategy": "fromEnvironment"
|
2020-11-12 14:46:49 +00:00
|
|
|
}
|