mirror of
https://github.com/searxng/searxng
synced 2024-11-01 15:40:29 +00:00
87c8c5fd1b
Without specifying folders to check, pyright will also scan files in folders like ./build, ./cache, ./.nvm and more. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
10 lines
129 B
JSON
10 lines
129 B
JSON
{
|
|
"venvPath": "local",
|
|
"venv": "py3",
|
|
"include": [
|
|
"searx",
|
|
"searxng_extra",
|
|
"tests"
|
|
]
|
|
}
|