searxng/pyrightconfig.json
Martin Fischer 5ce3091837 [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.
2022-01-23 08:00:39 +01:00

5 lines
47 B
JSON

{
"venvPath": "local",
"venv": "py3"
}