chore: add pyrightconfig.json pointing to devenv venv
Allows pyright to resolve third-party imports from .devenv/state/venv
This commit is contained in:
parent
aecfc4b82f
commit
45f590cf11
2 changed files with 74 additions and 0 deletions
4
pyrightconfig.json
Normal file
4
pyrightconfig.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"venvPath": ".",
|
||||
"venv": ".devenv/state/venv"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue