chore: add pyrightconfig.json pointing to devenv venv

Allows pyright to resolve third-party imports from .devenv/state/venv
This commit is contained in:
Konstantin Fickel 2026-02-13 20:10:48 +01:00
parent aecfc4b82f
commit 45f590cf11
Signed by: kfickel
GPG key ID: A793722F9933C1A5
2 changed files with 74 additions and 0 deletions

4
pyrightconfig.json Normal file
View file

@ -0,0 +1,4 @@
{
"venvPath": ".",
"venv": ".devenv/state/venv"
}