Skip to content

Commit 3870f5b

Browse files
committed
Update pyrightconfig to exclude grpc and other files
1 parent ead3be5 commit 3870f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyrightconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"include": ["src"]
2+
"include": ["src"],
3+
"exclude": ["**/__pycache__", "**/dist", "**/build", "**/node_modules", "**/venv", "**/.venv", "src/a2a/grpc/"]
34
}

0 commit comments

Comments
 (0)