From 37be4239dcc23ce05ebaf144e894fbc9e8c19bf0 Mon Sep 17 00:00:00 2001 From: awsr <43862868+awsr@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:00:44 -0800 Subject: [PATCH] Update PyRight config Add extraPaths for scripts, pipelines, and extensions. --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a0143cc2b..093394222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -383,6 +383,11 @@ exclude = [ "**/__pycache__", "venv", ] +extraPaths = [ + "scripts", + "pipelines", + "extensions-builtin", + ] reportMissingImports = "none" reportInvalidTypeForm = "none"