mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
cd062d7349
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>