Skip to content

Commit 0256bd3

Browse files
committed
Skip mypy for langgraph_plugin (deps not installed without the group)
1 parent c236888 commit 0256bd3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ namespace_packages = true
142142
module = "aiohttp.*"
143143
ignore_errors = true
144144

145+
[[tool.mypy.overrides]]
146+
module = "langgraph_plugin.*"
147+
ignore_errors = true
148+
145149
[[tool.mypy.overrides]]
146150
module = "opentelemetry.*"
147151
ignore_errors = true

0 commit comments

Comments
 (0)