-
I have custom user model that inherits from UserProfile from django-tenant-users package. UserProfile has custom model manager. In my model I see an error from mypy:
`Mypy: Could not resolve manager…
-
**Bug Report**
For [Pulumi](https://github.com/pulumi/pulumi/) we are looking into generating types using TypedDict to model cloud APIs. For example for Kubernetes we have something represe…
-
**Documentation**
`mypy` prints this warning:
```
Warning: --strict-concatenate is deprecated; use --extra-checks instead
```
I'm not passing `--strict-concatenate` on the command line, but…
-
**Bug Report**
A `while` loop in a function prevents mypy to detect a missing return statement.
**To Reproduce**
https://mypy-play.net/?mypy=latest&python=3.12&flags=strict&gist=363627f…
-
Right now when you run mypy on a project with lakers, mypy doesn't find the stubs:
```
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install lakers
$ echo "import lakers" > some.py
…
-
Using Injector to bind a concrete class to an abstract interface, and then getting an instance of that interface causes a mypy error:
```
class MyABC(ABC): pass
class MyClass(MyABC): pass
inje…
-
I'm working to get rid of the type checker-specific symbols that currently are in our core stubs but don't exist at runtime. I'll use this issue to track the work needed. This involves changes both to…
-
## Expected Behaviour
To link with mypy, jsonserver working
## Actual Behaviour
jsonserver not working
## Steps to Reproduce
```
pip freeze | grep mypy
mypy==0.620
mypy-lang==0.5.0
```
```
…
-
I guess that it is a good idea to run priper, when the source code changes.
This might catch possible regressions in the future.
-
Following on from #11640 (specifically https://github.com/rapidsai/cudf/pull/11640#discussion_r961551760) a question arises as to how complete we should make the mypy pre-commit environment in terms o…