summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
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 $?
}