mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-22 10:59:22 +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 }
|
langchain-core = { path = "../core", editable = true }
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
plugins = ["pydantic.mypy"]
|
||||||
strict = true
|
strict = true
|
||||||
strict_bytes = true
|
|
||||||
enable_error_code = "deprecated"
|
enable_error_code = "deprecated"
|
||||||
warn_unreachable = true
|
warn_unreachable = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user