Skip to content

Commit 47b291d

Browse files
committed
ignore Pylance reportMissingModuleSource
1 parent 7412fe9 commit 47b291d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

root/.vscode-server/data/Machine/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"python.venvPath": "~/.venv",
1616
"python.terminal.activateEnvironment": false,
17+
"python.analysis.diagnosticSeverityOverrides": {
18+
"reportMissingModuleSource": "none"
19+
},
1720
"ruff.lint.enable": true,
1821
"ruff.nativeServer": "on",
1922
"ruff.lineLength": 119,

0 commit comments

Comments
 (0)