Logo
Explore Help
Sign In
djoka/searxng
1
0
Fork 0
You've already forked searxng
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Files
b56db4e04e0f229ba8d3dc7881382d0f1ebdeb7d
searxng/pyrightconfig.json

10 lines
129 B
JSON
Raw Normal View History

[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 15:38:17 +01: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 10:08:24 +01: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 15:38:17 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 70ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API