chore(text-splitters): add mypy pydantic plugin (#32611)

This commit is contained in:
Christophe Bornet 2025-08-19 22:58:12 +02:00 committed by GitHub
parent cd5f3ee364
commit 73a7de63aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,8 +52,8 @@ test_integration = [
langchain-core = { path = "../core", editable = true }
[tool.mypy]
plugins = ["pydantic.mypy"]
strict = true
strict_bytes = true
enable_error_code = "deprecated"
warn_unreachable = true