diff options
Diffstat (limited to 'pyrightconfig.json')
| -rw-r--r-- | pyrightconfig.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json index 33e94f253..56573c75f 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,4 +1,9 @@ { "venvPath": "local", - "venv": "py3" + "venv": "py3", + "include": [ + "searx", + "searxng_extra", + "tests" + ] } |