diff options
Diffstat (limited to 'pyrightconfig.json')
| -rw-r--r-- | pyrightconfig.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 000000000..56573c75f --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,9 @@ +{ + "venvPath": "local", + "venv": "py3", + "include": [ + "searx", + "searxng_extra", + "tests" + ] +} |