Skip to content

Commit

Permalink
Ignore venv for pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Oct 30, 2024
1 parent 9f94962 commit 3174544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"exclude": ["**/test_*.py", "app/desktop/build/**", "app/web_ui/**"]
}
"exclude": ["**/test_*.py", "app/desktop/build/**", "app/web_ui/**", "**/.venv"]
}

0 comments on commit 3174544

Please sign in to comment.