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