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