Skip to content

Commit 988b3b0

Browse files
committed
Ignore more imports
1 parent cf84ebc commit 988b3b0

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

mypy.ini

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,19 @@ ignore_missing_imports = True
2626
ignore_errors = True
2727

2828
[mypy-posthog.*.test.*]
29-
ignore_errors = True
29+
ignore_errors = True
30+
31+
[mypy-openai.*]
32+
ignore_missing_imports = True
33+
34+
[mypy-langchain.*]
35+
ignore_missing_imports = True
36+
37+
[mypy-langchain_core.*]
38+
ignore_missing_imports = True
39+
40+
[mypy-anthropic.*]
41+
ignore_missing_imports = True
42+
43+
[mypy-pydantic.*]
44+
ignore_missing_imports = True

0 commit comments

Comments
 (0)