core: Bump ruff version to 0.12 (#31846)

This commit is contained in:
Christophe Bornet
2025-07-07 16:02:51 +02:00
committed by GitHub
parent 73552883c3
commit 8aed3b61a9
16 changed files with 1642 additions and 1615 deletions

View File

@@ -97,3 +97,5 @@ class LLMResult(BaseModel):
self.generations == other.generations
and self.llm_output == other.llm_output
)
__hash__ = None # type: ignore[assignment]