From acc363723243422db4b0fac696210ab59c8ce37c Mon Sep 17 00:00:00 2001 From: G2-Games Date: Fri, 17 Jan 2025 16:01:46 -0600 Subject: [PATCH] Added pyrightconfig.json Pyright config file --- pyrightconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyrightconfig.json 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" +}