-
**Describe the bug**
The `DataFrame.from_dict()` method allows parsing lists of dictionaries, where each dictionary is interpreted as a single row. However, this behavior is not reflected in the type…
-
# Bug report
unfortunately having a really hard time tracking this down -- I've seen #1684 already however this is a concrete model and not an abstract one
## What's wrong
I haven't been able…
-
Reproduction in https://github.com/thundergolfer/bazel-python-mypy-protobuf/tree/master/bazel_mypy_integration_issue_36
I'm getting:
```
bazel test //... --test_output=all --sandbox_debug
INF…
-
> `cirq.Result` is supposed to be supplied measurement results as a dict from string to a multidimensional numpy array. However it is possible to instead supply the value as a list of lists. In this c…
-
**Bug Report**
Stubgen generates `mypy-replace` method which makes `.pyi` file invalid.
**To Reproduce**
Minimum example, truncated from Home Assistant codebase:
```python
from typi…
KapJI updated
3 weeks ago
-
Version 1.4.0 of DRF-stubs and Following along with the DRF tutorial I've got the following pattern (mypy output inline in comments):
```python
urlpatterns = [
path("tree/", views.NodeList.as…
-
Running mypy on code that uses the latest version of `vcrpy` fails with the error message "module is installed, but missing library stubs or py.typed marker". Please add type annotations to this proj…
-
# Bug report
## What's wrong
When trying to specify `SPECTACULAR_SETTINGS["SERVERS"]` per [Settings](https://drf-spectacular.readthedocs.io/en/latest/settings.html) mypy complains `Error: List i…
-
Following discussion on Slack, it would be interesting to have auto-generated Stubs for the Python bindings. I would be interest in tackling this issue during devdays this year.
For context, [Stub …
-
[mypy_primer](https://github.com/hauntsaninja/mypy_primer) is a project that runs mypy on lots of public open source repositories.
In CI, it can do a mypy run before and after some proposed changes…
intgr updated
5 months ago