summaryrefslogtreecommitdiff
path: root/utils/lib_sxng_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lib_sxng_test.sh')
-rwxr-xr-xutils/lib_sxng_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lib_sxng_test.sh b/utils/lib_sxng_test.sh
index 22a655722..368e60153 100755
--- a/utils/lib_sxng_test.sh
+++ b/utils/lib_sxng_test.sh
@@ -73,7 +73,7 @@ test.pyright_modified() {
if [ ${#pyrigth_files[@]} -eq 0 ]; then
echo "there are no locally modified python files that could be checked"
else
- pyenv.cmd basedpyright "${pyrigth_files[@]}"
+ pyenv.cmd basedpyright --level warning "${pyrigth_files[@]}"
fi
# ignore exit value from basedpyright
# dump_return $?