Skip to content

Commit

Permalink
Fix pyright include settings for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachaa-Thanasius committed Sep 3, 2024
1 parent af57ed3 commit 2dffa82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ keep-runtime-typing = true
# -------- Type-checker config

[tool.pyright]
include = ["src/deferred", "tests", "benchmark"]
pythonVersion = "3.9"
pythonPlatform = "All"
typeCheckingMode = "strict"
Expand Down

0 comments on commit 2dffa82

Please sign in to comment.