Skip to content

Commit 36994b6

Browse files
committed
fix: configure pyright to use .venv
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
1 parent d54c6ea commit 36994b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyrightconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ignore": [
33
"src/a2a/types"
4-
]
5-
}
4+
],
5+
"venvPath": ".",
6+
"venv": ".venv"

0 commit comments

Comments
 (0)