-
Would adding type hints to the gunicorn codebase be something the team would be open to? If so, what can I do to help with this initiative?
-
Typing stubs tend to trigger a few rules that are unnecessary.
```
class _VehicleTaskState(Protocol):
def __call__(self) -> Awaitable["_VehicleTaskState"]: ...
```
Triggers:
```
WPS428 …
-
There's some stubs like `arbor.membrane_capacitance` that aren't very Python friendly, to retrieve the value it seems I have to parse their string representations:
```
>>> x = arbor.membrane_capac…
-
Hi,
I think for such project as a framework it's a must to incorporate all available tools helping to keep the codebase healthy.
Today I'm thinking about using type hinting natively available in Pyth…
-
## Environment data
- Language Server version: 0.5.45.0
- OS and version: Win7x64
- Python version (& distribution if applicable, e.g. Anaconda): Python 3.8
## Expected behaviour
It shows…
-
It's time that we upgrade the direct run- and build-time dependencies.
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
It seems taht the pc file for libxfixes requires fixesproto >6 which simply doesn't exist? t…
-
Hi,
Would it be possible to have an updated release that supports docutils 0.16?
From what I can tell the changes from 0.14 to 0.16 are:
* adding `languages/ko.py` and `parsers/rst/languages/…
-
**Describe the bug**
I've tried 2 or 3 times to work out how to use this to generate stubs for a custom micropython build for the RPi Pico W but I'm really struggling!
Here's what I've tried/glean…
-
**Bug Report**
With `pandas-stubs`, we are using `pyright` and `mypy`. We have code that we want to test with `pyright`, but not `mypy` because of a `mypy` bug. We are using the `always-true`…