mirror of
https://github.com/home-assistant/core.git
synced 2026-04-23 18:29:20 +01:00
Set Pyright level as basic by default for VS Code (#154495)
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
"python.terminal.activateEnvInCurrentTerminal": true,
|
||||
"python.testing.pytestArgs": ["--no-cov"],
|
||||
"pylint.importStrategy": "fromEnvironment",
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnType": true,
|
||||
|
||||
Reference in New Issue
Block a user