chore: prune mypy exclude list (#3561)

# What does this PR do?

prune the mypy exclude list, build a stronger foundation for quality
code


## Test Plan

ci
This commit is contained in:
Matthew Farrellee 2025-09-26 11:44:43 -04:00 committed by GitHub
parent c88c4ff2c6
commit 926c3ada41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 26 additions and 37 deletions

View file

@ -914,6 +914,7 @@ class OpenAIEmbeddingData(BaseModel):
"""
object: Literal["embedding"] = "embedding"
# TODO: consider dropping str and using openai.types.embeddings.Embedding instead of OpenAIEmbeddingData
embedding: list[float] | str
index: int