Files
searxng/pyrightconfig-ci.json
T

11 lines
160 B
JSON
Raw Normal View History

{
"venvPath": "local",
"venv": "py3",
"include": [
"searx",
"searxng_extra",
"tests"
],
"typeCheckingMode": "off"
}