summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-20 08:26:16 +0100
committerMartin Fischer <martin@push-f.com>2022-01-23 08:00:39 +0100
commit96450b17d4304a740c0af934cbb841de67178d94 (patch)
tree43213a9746d14fb407821e6a0c4770b4d55e8648 /manage
parent3cd5ce55e826a665c6113d5da8195aec9567631a (diff)
downloadsearxng-96450b17d4304a740c0af934cbb841de67178d94.tar.gz
searxng-96450b17d4304a740c0af934cbb841de67178d94.zip
[mod] add test.pyright to test & ci.test targets
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.
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index 0c0e851c7..aec3906df 100755
--- a/manage
+++ b/manage
@@ -689,7 +689,7 @@ test.pyright() {
nodejs.ensure
# We run Pyright in the virtual environment because Pyright
# executes "python" to determine the Python version.
- pyenv.cmd pyright
+ pyenv.cmd pyright -p pyrightconfig-ci.json
dump_return $?
}