hokusai/pyrightconfig.json
Konstantin Fickel 45f590cf11
chore: add pyrightconfig.json pointing to devenv venv
Allows pyright to resolve third-party imports from .devenv/state/venv
2026-02-13 20:10:48 +01:00

4 lines
54 B
JSON

{
"venvPath": ".",
"venv": ".devenv/state/venv"
}