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.
pyrightconfig.json
pyproject.toml
1 parent ff577fc commit eab00cbCopy full SHA for eab00cb
pyproject.toml
@@ -92,3 +92,17 @@ name = "testpypi"
92
url = "https://test.pypi.org/simple/"
93
publish-url = "https://test.pypi.org/legacy/"
94
explicit = true
95
+
96
+[tool.pyright]
97
+include = ["src"]
98
+exclude = [
99
+ "**/__pycache__",
100
+ "**/dist",
101
+ "**/build",
102
+ "**/node_modules",
103
+ "**/venv",
104
+ "**/.venv",
105
+ "src/a2a/grpc/",
106
+]
107
+reportMissingImports = "none"
108
+reportMissingModuleSource = "none"
pyrightconfig.json
0 commit comments