exa[patch]: ruff fixes and rules (#31902)

* bump ruff deps
* add more thorough ruff rules
* fix said rules
This commit is contained in:
Mason Daugherty
2025-07-07 22:02:42 -04:00
committed by GitHub
parent 231e8d0f43
commit 63e3f2dea6
6 changed files with 76 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
from exa_py.api import ( # type: ignore # type: ignore[import-not-found, import-not-found]
from exa_py.api import (
HighlightsContentsOptions,
TextContentsOptions,
)
@@ -7,9 +7,9 @@ from langchain_exa.retrievers import ExaSearchRetriever
from langchain_exa.tools import ExaFindSimilarResults, ExaSearchResults
__all__ = [
"ExaFindSimilarResults",
"ExaSearchResults",
"ExaSearchRetriever",
"HighlightsContentsOptions",
"TextContentsOptions",
"ExaFindSimilarResults",
]