-
# Bug report
## What's wrong
This plugin crashes `mypy` when there is an unknown import in a source file. Repro is super simple, add `from foo import bar` to source file, run mypy against it with …
-
Probably an upstream issue, but first encountered here, so reporting the details. Running a check on a file importing `zope.interface` will result in an error "Skipping analyzing zope.interface".
`…
-
I've got a test case that looks like this:
```
- case: testAttrsNewStyleClassPy2
mypy_config:
python_version = 2.7
main: |
import attr
@attr.s
class Good(object):
…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
**Bug Report**
> This bug is experienced in [classes](https://github.com/dry-python/classes) lib
**To Reproduce**
```python
from typing import List
class ListOfStrMeta(type):
def _…
-
Since `aiocache` only supports modern Python 3 versions, I was wondering if there would be an interesting in having the library be typed?
I wouldn't mind doing the work to get this done, but wanted…
-
In `django-stubs`, it's used in a lot of places to generate one-off classes.
For semanal, there's https://github.com/python/mypy/blob/master/mypy/semanal.py#L3029, which used for the special casin…
-
```
> git clone https://github.com/DataDog/dd-trace-py
> cd dd-trace-py
> pip install -e .
> pip install mypy
> mypy --strict --check-untyped-defs | grep threading.py
ddtrace/profiling/collector…
-
### Is your feature request related to a problem? Please describe.
I'd like to be able to parametrize (it could be via `ensure_installed` or `automatic_installation`, or something) the installation o…
-
In Heptapod by @stuaxo on Jul 27, 2021, 16:55
I tried mypy after looking at this ticket https://foss.heptapod.net/pypy/pypy/-/issues/3238
Running mypy, raises the following error:
```
mypy . …