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 --- pyrightconfig-ci.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 pyrightconfig-ci.json (limited to 'pyrightconfig-ci.json') 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" -} -- cgit v1.2.3