chore: add pyrightconfig.json to resolve Pyright venv path

This commit is contained in:
Brian Krabach
2026-04-01 11:27:36 -07:00
parent 5f0fcf3e71
commit 4e23935b94
+5
View File
@@ -0,0 +1,5 @@
{
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.13"
}