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

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