We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basic
1 parent ea22680 commit 4be428fCopy full SHA for 4be428f
.devcontainer/devcontainer.json
@@ -41,6 +41,7 @@
41
"python.terminal.activateEnvInCurrentTerminal": true,
42
"python.testing.pytestArgs": ["--no-cov"],
43
"pylint.importStrategy": "fromEnvironment",
44
+ "python.analysis.typeCheckingMode": "basic",
45
"editor.formatOnPaste": false,
46
"editor.formatOnSave": true,
47
"editor.formatOnType": true,
.vscode/settings.default.json
@@ -7,6 +7,8 @@
7
"python.testing.pytestEnabled": false,
8
// https://code.visualstudio.com/docs/python/linting#_general-settings
9
10
+ // Pyright is too pedantic for Home Assistant
11
12
"json.schemas": [
13
{
14
"fileMatch": [
0 commit comments