Update PyRight config

Add extraPaths for scripts, pipelines, and extensions.
This commit is contained in:
awsr
2026-02-26 16:00:44 -08:00
committed by GitHub
parent 9d3e7e7ed1
commit 37be4239dc
+5
View File
@@ -383,6 +383,11 @@ exclude = [
"**/__pycache__",
"venv",
]
extraPaths = [
"scripts",
"pipelines",
"extensions-builtin",
]
reportMissingImports = "none"
reportInvalidTypeForm = "none"