This website requires JavaScript.
Explore
Help
Sign In
ZaclysIndustries
/
searxngRebrandZaclys
forked from
zaclys/searxng
Watch
2
Star
0
Fork
You've already forked searxngRebrandZaclys
0
Code
Issues
Pull Requests
Activity
87c8c5fd1b
searxngRebrandZaclys
/
pyrightconfig.json
10 lines
129 B
JSON
Raw
Normal View
History
Unescape
Escape
[enh] add pyrightconfig.json By adding this file Pyright automatically detects the packages from our Python virtual environment. This can be tested by using the Pyright extension for VS Code or by running npx pyright.
2022-01-18 14:38:17 +00:00
{
"venvPath"
:
"local"
,
[fix] pyrightconfig.json include only dedicated folders in the test 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>
2022-01-19 09:08:24 +00:00
"venv"
:
"py3"
,
"include"
:
[
"searx"
,
"searxng_extra"
,
"tests"
]
[enh] add pyrightconfig.json By adding this file Pyright automatically detects the packages from our Python virtual environment. This can be tested by using the Pyright extension for VS Code or by running npx pyright.
2022-01-18 14:38:17 +00:00
}