-
Some of our dependencies do not direclty include type hints. We currently ignore them in mypy.
We could install the type stubs (scipy, h5py, pydicom) if available.
We those not available (ismrmrd, p…
-
Firstly, thank you to all contributors and maintainers, this is an excellent library.
I have been unable to find mention of any stubs for this library? Can anyone please point me in the right dire…
-
I get this error from Mypy:
```
src/py_utils/headers.py:1: error: Cannot find implementation or library stub for module named "secure" [import-not-found]
src/py_utils/headers.py:1: note: See https…
-
The `pandas.api.typing` module was added in pandas 2.1, but is not present in pandas-stubs
**To Reproduce**
```python
from pandas.api.typing import NAType
```
mypy gives `error: Library stubs n…
-
# Bug report
## What's wrong
If I run mypy on this code:
```py
from django.contrib.contenttypes.models import ContentType
from django.db import models
def f(model: type[models.Model]) -> N…
-
- Let mypy understand the types
- Remove temporary `str()` wrappings in Ephys Link `Server.platform_event_handler`
- Remove type checker suppression on platform event handler
kjy5 updated
3 months ago
-
### Describe the problem
In `scipy.special` there are a lot of "ufuncs", which are callables `numpy.ufunc` instances that have a bunch of extra attributes, methods, and automatically convert an vec…
-
### Describe the problem, ie expected/actual result (if it's not blatantly obvious)
The relevant code:
https://github.com/jorenham/scipy-stubs/blob/master/scipy-stubs/stats/_distn_infrastructure.p…
-
# Bug report
## What's wrong
With the latest django-stubs v5.0.4, I've noticed strange behavior when using models that inherit from 3rd party packages. Specifically, mypy throws a "Need type…
-
Hi. First of all thank you for putting the time into developing this plugin.
Would you be interested in expanding the scope of this project and turn this into something similar to typeshed, but for…