Skip to content

Commit

Permalink
Allow type checking of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Jan 14, 2025
1 parent b9650dc commit 78affa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ convention = "google"
exclude = ["examples", "venv", "ci", "docs"]

[tool.pyright]
exclude = ["examples", "**/tests", "venv", "ci", "docs"]
exclude = ["examples", "venv", "ci", "docs"]

# We often override corotuines with sync methods so this is not useful
reportIncompatibleMethodOverride = "none"
Expand Down

0 comments on commit 78affa6

Please sign in to comment.