From 7c2d97ffe80749a7cd1b24703547e40f4918172d Mon Sep 17 00:00:00 2001 From: Dan Redding <125183946+dangotbanned@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:03:27 +0000 Subject: [PATCH] ci(typing): Add bundled stubs to `pyright.ignore` (#3724) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7bb051b35..3b555aa43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -476,4 +476,5 @@ ignore=[ "./altair/jupyter/", # Mostly untyped "./tests/test_jupyter_chart.py", # Based on untyped module "../../../**/Lib", # stdlib + "../../../**/typeshed*" # typeshed-fallback ]