From cd062d7349b857d25e54db91fd5821b1a4a2d004 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 16 Jul 2025 17:47:57 +0200 Subject: [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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index a85c5f910..c26fa2742 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "searxng.org/devtools", "dependencies": { - "pyright": "^1.1.391" + "pyright": "^1.1.403" }, "scripts": { "clean": "rm -Rf node_modules package-lock.json" -- cgit v1.2.3