We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b8308 commit 66011b6Copy full SHA for 66011b6
.mypy.ini
@@ -1,6 +1,7 @@
1
[mypy]
2
exclude = src/a2a/grpc/
3
disable_error_code = import-not-found,annotation-unchecked,import-untyped
4
+plugins = pydantic.mypy
5
6
[mypy-examples.*]
7
follow_imports = skip
0 commit comments