Replace deprecated linting and formatting settings by extensions (#104050)

This commit is contained in:
Michael
2023-11-16 23:10:33 +01:00
committed by GitHub
parent cd9ad32e32
commit 0a3b20d8b2
2 changed files with 2 additions and 9 deletions

View File

@ -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"],