diff options
author | w0rp <devw0rp@gmail.com> | 2023-02-08 08:24:16 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2023-02-08 08:24:16 +0000 |
commit | 6ff1f0b200f9d280b44b9fa59fde232bdb9fe32f (patch) | |
tree | e767b0b66a2d7cc1426fb7e376fa79a91faa2ca4 /test/test-files | |
parent | f2a21c960aba61d4ab0a0b50051b29ab8c893249 (diff) | |
download | ale-6ff1f0b200f9d280b44b9fa59fde232bdb9fe32f.zip |
Close #4389 - Run pyright via poetry, pipenv, venv
Add support for automatically detecting and running Pyright via poetry,
pipenv, and virtualenv directories just like we do with flake8.
Diffstat (limited to 'test/test-files')
-rwxr-xr-x | test/test-files/python/with_virtualenv/env/bin/pyright-langserver | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/test-files/python/with_virtualenv/env/bin/pyright-langserver b/test/test-files/python/with_virtualenv/env/bin/pyright-langserver new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/python/with_virtualenv/env/bin/pyright-langserver |