Skip to content

Commit

Permalink
chore(weave): Dont report missing imports pyright #2849
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong authored Nov 4, 2024
1 parent 67299fc commit 9f3383e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ exclude = ["weave_query"]
[tool.pyright]
include = ["weave"]
exclude = ["weave_query", "tests", "examples", "docs", "noxfile.py"]
# In cases where we support multiple versions of an integration, some imports can be missing
reportMissingImports = false


[tool.mypy]
warn_unused_configs = true
Expand Down

0 comments on commit 9f3383e

Please sign in to comment.