chore(langchain): activate mypy warn_return_any rule (#34549)

Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
Christophe Bornet
2026-01-10 04:46:25 +01:00
committed by GitHub
parent cb0d227d8a
commit ecd19ff71f
16 changed files with 135 additions and 125 deletions

View File

@@ -95,7 +95,6 @@ warn_unreachable = true
exclude = ["tests/unit_tests/agents/*"]
# TODO: activate for 'strict' checking
disallow_any_generics = false
warn_return_any = false
[[tool.mypy.overrides]]