Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit a7c28bd

Browse files
committed
fix: ci
1 parent 03ce689 commit a7c28bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ignore_missing_imports = True
77
[mypy-chevron.*]
88
ignore_missing_imports = True
99

10+
[mypy-agents.*]
11+
ignore_missing_imports = True
12+
1013
[mypy-langchain_community.*]
1114
ignore_missing_imports = True
1215

0 commit comments

Comments
 (0)