diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..8eb1b4f --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,5 @@ +{ + "exclud": [ ".venv" ], + "venvPath": ".", + "venv": ".venv" +}