Skip to content

Commit

Permalink
add mypy overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Jul 2, 2024
1 parent 2d3457f commit 4e93f8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/ai-endpoints/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ select = [
disallow_untyped_defs = "True"
exclude = ["notebooks", "examples", "example_data", "langchain_core/pydantic"]

[[tool.mypy.overrides]]
# conditional dependencies introduced by langsmith-sdk
module = ["numpy", "pytest"]
ignore_missing_imports = true

[tool.coverage.run]
omit = ["tests/*"]

Expand Down

0 comments on commit 4e93f8f

Please sign in to comment.