-
### Problem
I try lsp.completion, and it is almost unusable for me because it aggressively insert text to my buffer instead of letting me choose it first.
### Steps to reproduce using "nvim …
-
Should support `pyright` like `mypy` is currently supported
evhub updated
2 months ago
-
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I have a class similar in following structure, I want to go to definition of `test` function but p…
-
Foremost, I love this project. Really great work!
Is there any way to make pyright recognize the variables provided? I currently get a lot of annoying errors from my LSP. It would be really nice to…
-
### Static type checker used
pyright/pylance
### AWS Lambda function runtime
3.11
### Powertools for AWS Lambda (Python) version
latest
### Static type checker info
`# error: Argument missing f…
-
The following code:
```python
import equinox as eqx
class A(eqx.Module):
x: eqx.AbstractVar[int]
class B(A):
y: int
@property
def x(self):
return self.y
…
-
### Describe the bug
I am using pyright with strict mode for type checking in visual studio code. When importing gradio, pyright complains `Stub file not found for "gradio"`. I guess the error should…
-
Python version: 3.12.5
attrs version: 23.2.0
pylance version: v2024.10.1
code:
```python
import attrs
@attrs.define
class MyClass:
x: int
def __init__(self, x: int):
…
-
Code that creates large unions (explicitly or implicitly) is known to be hard for type checkers to analyze in a performant way. Both mypy and pyright have had lots of issues regarding performance for …