From 4e23935b94c3c7d33ae5d05237a8d652bc9512ff Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Wed, 1 Apr 2026 11:27:36 -0700 Subject: [PATCH] chore: add pyrightconfig.json to resolve Pyright venv path --- 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..6943b0f --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,5 @@ +{ + "venvPath": ".", + "venv": ".venv", + "pythonVersion": "3.13" +}