mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Replace deprecated linting and formatting settings by extensions (#104050)
This commit is contained in:
1
.vscode/settings.default.json
vendored
1
.vscode/settings.default.json
vendored
@ -1,6 +1,5 @@
|
||||
{
|
||||
// Please keep this file in sync with settings in home-assistant/.devcontainer/devcontainer.json
|
||||
"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"],
|
||||
|
Reference in New Issue
Block a user