Skip to content

Commit 66011b6

Browse files
committed
Add mypy plugin
1 parent 14b8308 commit 66011b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[mypy]
22
exclude = src/a2a/grpc/
33
disable_error_code = import-not-found,annotation-unchecked,import-untyped
4+
plugins = pydantic.mypy
45

56
[mypy-examples.*]
67
follow_imports = skip

0 commit comments

Comments
 (0)