From 3174544c3587a8cb7401a5bf55983389675af815 Mon Sep 17 00:00:00 2001 From: scosman Date: Wed, 30 Oct 2024 12:57:48 -0400 Subject: [PATCH] Ignore venv for pyright --- pyrightconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index 2a83b9d7..f31da2ea 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,3 +1,3 @@ { - "exclude": ["**/test_*.py", "app/desktop/build/**", "app/web_ui/**"] -} \ No newline at end of file + "exclude": ["**/test_*.py", "app/desktop/build/**", "app/web_ui/**", "**/.venv"] +}