This commit is contained in:
William Fu-Hinthorn
2024-09-10 19:56:31 -07:00
parent 8241c9a0e7
commit fccf461d07

View File

@@ -14,10 +14,16 @@ repository = "https://github.com/langchain-ai/langchain"
[tool.mypy]
disallow_untyped_defs = "True"
exclude = [ "notebooks", "examples", "example_data", "langchain_core/pydantic", "tests/unit_tests/utils/test_function_calling.py",]
[[tool.mypy.overrides]]
module = [ "numpy", "pytest",]
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "tests.unit_tests.runnables.test_lint_base.py"
strict = true
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/core"
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-core%3D%3D0%22&expanded=true"