forked from Ponysearch/Ponysearch
[enh] add pyrightconfig.json
By adding this file Pyright automatically detects the packages from our Python virtual environment. This can be tested by using the Pyright extension for VS Code or by running npx pyright.
This commit is contained in:
parent
382f4f8fb0
commit
5ce3091837
1 changed files with 4 additions and 0 deletions
4
pyrightconfig.json
Normal file
4
pyrightconfig.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"venvPath": "local",
|
||||||
|
"venv": "py3"
|
||||||
|
}
|
Loading…
Reference in a new issue