diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-07-16 17:47:57 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-28 12:53:26 +0200 |
| commit | cd062d7349b857d25e54db91fd5821b1a4a2d004 (patch) | |
| tree | b81e0542735fc86ea2d25c016dfe0e55b0e0255e /pyrightconfig-ci.json | |
| parent | 67e423edb25a3b565cd649a04ae73aa6446115d4 (diff) | |
[fix] don't install pyright twice and do some clean up
Pyright has been installed twice so far, once via `package.json` and once in the
test script via `npx --no-install`. Separating the type checks in the CI and on
the developer desktop is also not necessary.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'pyrightconfig-ci.json')
| -rw-r--r-- | pyrightconfig-ci.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pyrightconfig-ci.json b/pyrightconfig-ci.json deleted file mode 100644 index 9082b0790..000000000 --- a/pyrightconfig-ci.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "venvPath": "local", - "venv": "py3", - "include": [ - "searx", - "searxng_extra", - "tests" - ], - "typeCheckingMode": "off" -} |