From 3cd5ce55e826a665c6113d5da8195aec9567631a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 20 Jan 2022 07:04:39 +0100 Subject: [PATCH] [enh] clarify why we run pyright in the pyenv --- manage | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manage b/manage index b70e81f5..0c0e851c 100755 --- a/manage +++ b/manage @@ -687,6 +687,8 @@ test.pylint() { test.pyright() { build_msg TEST "[pyright] static type check of python sources" nodejs.ensure + # We run Pyright in the virtual environment because Pyright + # executes "python" to determine the Python version. pyenv.cmd pyright dump_return $? }