From 24b784a36032d3165ef515c59699d6be53b72fdb Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 28 Jan 2022 07:52:02 +0100 Subject: [PATCH] [enh] allow passing arguments to test.pyright --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index 678f64017..2aaac53de 100755 --- a/manage +++ b/manage @@ -697,7 +697,7 @@ test.pyright() { # We run Pyright in the virtual environment because Pyright # executes "python" to determine the Python version. build_msg TEST "[pyright] suppress warnings related to intentional monkey patching" - pyenv.cmd npx --no-install pyright -p pyrightconfig-ci.json \ + pyenv.cmd npx --no-install pyright -p pyrightconfig-ci.json "$@" \ | grep -v ".py$" \ | grep -v '/engines/.*.py.* - warning: "logger" is not defined'\ | grep -v '/engines/.*.py.* - warning: "supported_languages" is not defined' \