From 9f7a2c705dd2c432b282b332e0075f846a5f2b7a Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:19:37 +0100 Subject: [PATCH] ci: Add include patterns for `pyright` https://github.com/vega/altair/pull/3536#discussion_r1748968002, https://github.com/vega/altair/commit/c594e55e76613d0363e3b419a00cb2f920547755 --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3e6dd7533..7dff1ab14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -448,3 +448,10 @@ extraPaths=["./tools"] pythonPlatform="All" pythonVersion="3.8" reportUnusedExpression="none" +include=[ + "./altair/**/*.py", + ".doc/*.py", + "./sphinxext/**/*.py", + "./tests/**/*.py", + "./tools/**/*.py", +] \ No newline at end of file