mirror of
https://github.com/searxng/searxng.git
synced 2024-10-31 22:28:52 +00:00
96450b17d4
Since we currently have many type checking errors, we for now only test with typeCheckingMode: off which makes pyright only check files that contain a comment: # pyright: basic to enable basic type checking, or # pyright: strict to enable strict type checking.
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"venvPath": "local",
|
|
"venv": "py3",
|
|
"include": [
|
|
"searx",
|
|
"searxng_extra",
|
|
"tests"
|
|
],
|
|
"typeCheckingMode": "off"
|
|
}
|