From cf3e113d52249411415c0ef2519cd17ea46a065b Mon Sep 17 00:00:00 2001 From: Devon Stewart Date: Tue, 29 Apr 2025 10:09:36 -0700 Subject: [PATCH] The project expects uv to place a venv in .venv, use it --- pyrightconfig.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 pyrightconfig.json diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 00000000..356698aa --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1 @@ +{ "venvPath": ".", "venv": ".venv" }