diff options
author | Martin Fischer <martin@push-f.com> | 2022-01-20 07:04:39 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-01-23 08:00:39 +0100 |
commit | 3cd5ce55e826a665c6113d5da8195aec9567631a (patch) | |
tree | ff3dc3ae3771f78bf69f2afbd71446d959f29d79 /manage | |
parent | aaf616fbd63f3b58fc88a2f60e04b9998ef1654a (diff) | |
download | searxng-3cd5ce55e826a665c6113d5da8195aec9567631a.tar.gz searxng-3cd5ce55e826a665c6113d5da8195aec9567631a.zip |
[enh] clarify why we run pyright in the pyenv
Diffstat (limited to 'manage')
-rwxr-xr-x | manage | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $? } |