Skip to content

Commit fa94838

Browse files
committed
fix: consolidate pyright config into pyproject.toml
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
1 parent 20e22ad commit fa94838

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,17 @@ follow_imports = "skip"
148148

149149
[tool.pyright]
150150
include = ["src"]
151+
ignore = ["src/a2a/types"]
151152
exclude = [
152153
"**/__pycache__",
153154
"**/dist",
154155
"**/build",
155156
"**/node_modules",
156157
"**/venv",
157158
"**/.venv",
158-
"src/a2a/types/a2a_pb2.py",
159-
"src/a2a/types/a2a_pb2_grpc.py",
160159
]
161-
reportMissingImports = "none"
162-
reportMissingModuleSource = "none"
160+
venvPath = "."
161+
venv = ".venv"
163162

164163
[tool.coverage.run]
165164
branch = true

pyrightconfig.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)