From 9f3383e3f7c63bee3594a5246b994b422b243925 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Mon, 4 Nov 2024 11:01:22 -0500 Subject: [PATCH] chore(weave): Dont report missing imports pyright #2849 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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