-
Thank you for this awesome tool!
[pyright](https://github.com/Microsoft/pyright) is a static type checker for Python. It is typically 5x or more faster than [mypy](http://mypy-lang.org/) and other …
-
See https://github.com/openzim/devdocs/pull/37#discussion_r1832039501
-
Ошибка при вызове команды: `nvim -c "MasonInstall pyright ruff-lsp mypy"`
```bash
Error detected while processing /home/junker/.config/nvim/init.lua: …
-
We need to update pyright to a newer version (maybe BasedPyright).
There are a number of things that need to be fixed for this to happen:
- [ ] Change the API for ConstraintVars, `Annotated[Att…
-
Currently, it is hard to instrument Pyright, and upgrading it at a different cadence than Pylance is impossible.
At Stripe, we run certain aspects of our CI infrastructure through Pyright and we wa…
-
**Describe the bug**
Formatting the code snippet below produces an internal error.
**To Reproduce**
Format the following code snippet:
```
foo(
bar() # fmt: skip
+ bar() # fmt…
-
Repost from https://github.com/microsoft/pyright/issues/8650, which got rejected:
> A very common use-case of `typing.assert_type` is in type tests, e.g. the [NumPy type tests](https://github.com/n…
-
For the next code (which runs without errors):
```
import numpy as np
print (np.sign(-1))
```
I got the error with pyright in emacs:
```
"sign" is not a known member of module (lsp)
```
…
-
With https://trac.sagemath.org/ticket/30361, the configuration file for [pyright](https://github.com/microsoft/pyright) is added. It would be good to add it also a check in the patchbot.
Moreover,…
-
I am tyring to use distant.nvim for remote work. It is a really nice plugin. But there is an issue in my setup: after I `DistantOpen /path/to/server/file.py`, I can see some diagnostic show up but the…
hek14 updated
1 month ago