diff --git a/pyproject.toml b/pyproject.toml index fe2830b1..71bba444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -204,6 +204,9 @@ exclude = ["tests"] [tool.mypy-llama-index] ignore_missing_imports = true +[tool.mypy-llama-index-embeddings-fireworks] +ignore_missing_imports = true + [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]