diff --git a/.vscode/settings.json b/.vscode/settings.json index 6793814bf..cf1f836b8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,9 @@ "python.analysis.extraPaths": ["./pylib"], "python.formatting.provider": "black", "python.linting.mypyEnabled": false, + "python.analysis.diagnosticSeverityOverrides": { + "reportMissingModuleSource": "none" + }, "rust-analyzer.cargo.runBuildScripts": true, "rust-analyzer.checkOnSave.allTargets": false, "rust-analyzer.files.excludeDirs": [".bazel", "node_modules"],