Update exclusion patterns in pyrightconfig.json to include virtual environments
This commit is contained in:
parent
8a228a9e1b
commit
6fb371455b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"include": ["."],
|
"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": [],
|
"ignore": [],
|
||||||
"reportMissingImports": true,
|
"reportMissingImports": true,
|
||||||
"reportMissingTypeStubs": false,
|
"reportMissingTypeStubs": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user