diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 000000000..567a7fbdd --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,6 @@ +{ + "venvPath": ".", + "venv": "env", + "pythonVersion": "3.12", + "typeCheckingMode": "basic" +} \ No newline at end of file