Search Criteria
Package Details: pyright 1.1.129-1
Git Clone URL: | https://aur.archlinux.org/pyright.git (read-only, click to copy) |
---|---|
Package Base: | pyright |
Description: | Type checker for the Python language |
Upstream URL: | https://github.com/microsoft/pyright |
Licenses: | |
Provides: | |
Submitter: | zhangkaizhao |
Maintainer: | zhangkaizhao |
Last Packager: | zhangkaizhao |
Votes: | 3 |
Popularity: | 1.51 |
First Submitted: | 2019-03-31 08:25 |
Last Updated: | 2021-04-09 16:11 |
Latest Comments
zhangkaizhao commented on 2020-09-01 13:10
@berquist Thank you! The language server
pyright-langserver
was added.berquist commented on 2020-08-31 19:19
Can you have it so that this also installs the language server (
pyright-langserver
)?zhangkaizhao commented on 2020-08-28 17:36
@Schnouki Thank you! Done. The evolution of
pyright
is quick. And there are always lots of bug fixes and improvements soon after each release. So I think some delay of this package should be OK.Schnouki commented on 2020-08-28 09:10
Hey! Thanks for packaging this :)
Just wanted to let you know that this package can't be installed with nodejs-lts-dubnium (node 10.x), but works with nodejs-lts-erbium (12.x). So you should probably change the depends line to
depends=('nodejs>=12')
;)