diff --git a/pyproject.toml b/pyproject.toml index af4437c0c93..b6ac0a32f29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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