From 543b6802f2714b96d342d6fb51ecf02407c7a147 Mon Sep 17 00:00:00 2001 From: awsr <43862868+awsr@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:39:07 -0800 Subject: [PATCH] Remove 'extensions-builtin' from extraPaths --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 093394222..13df876ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -386,7 +386,6 @@ exclude = [ extraPaths = [ "scripts", "pipelines", - "extensions-builtin", ] reportMissingImports = "none" reportInvalidTypeForm = "none"