mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-21 18:37:04 +00:00
chore(text-splitters): add mypy pydantic plugin (#32611)
This commit is contained in:
parent
cd5f3ee364
commit
73a7de63aa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user