diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 00000000..aa308e05 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,7 @@ +{ + "venvPath": ".", + "venv": ".venv", + "reportMissingImports": true, + "reportMissingTypeStubs": false, + "pythonVersion": "3.11" +}