Skip to content

Commit

Permalink
ci: Add include patterns for pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 9, 2024
1 parent df14929 commit 9f7a2c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,10 @@ extraPaths=["./tools"]
pythonPlatform="All"
pythonVersion="3.8"
reportUnusedExpression="none"
include=[
"./altair/**/*.py",
".doc/*.py",
"./sphinxext/**/*.py",
"./tests/**/*.py",
"./tools/**/*.py",
]

0 comments on commit 9f7a2c7

Please sign in to comment.