pyright config

This commit is contained in:
Nikhil Sonti
2025-07-04 09:29:51 -07:00
parent 784000d2a0
commit b863393840

6
pyrightconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"venvPath": ".",
"venv": "env",
"pythonVersion": "3.12",
"typeCheckingMode": "basic"
}