Update exclusion patterns in pyrightconfig.json to include virtual environments
This commit is contained in:
parent
8a228a9e1b
commit
6fb371455b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"include": ["."],
|
||||
"exclude": ["**/node_modules", "**/__pycache__", "**/.venv", "**/.git", "**/dist", "**/build", "**/tests/**", "tavilytool.py"],
|
||||
"exclude": ["**/node_modules", "**/__pycache__", "**/.venv", "**/venv", "**/.git", "**/dist", "**/build", "**/tests/**", "tavilytool.py"],
|
||||
"ignore": [],
|
||||
"reportMissingImports": true,
|
||||
"reportMissingTypeStubs": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user