-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
mypy raises an error when accessing the default value of a PrivateAttr: `error: "int" has no attribute "default" [attr…
-
### Checks
* [x] I added a descriptive title to this issue
* [x] I have searched (google, github) for similar issues and couldn't find anything
* [x] I have read and followed [the docs](https://p…
-
**Feature**
It seems that currently the only way to make mypy load a plugin is to add it to the configuration file as `plugins = ...`. I would love if it would be possible to invoke mypy in the com…
-
# Description.
Using mypy plugin doesn't seem possible.
```
cat mypy.ini
[mypy]
ignore_missing_imports = True
plugins = pydantic.mypy
```
```
external/mypy_integration_config/mypy.ini…
-
I was toying with the idea of parallelizing typchecking in mypy, and faced with the sad state of parallelism in Python I figured I would try to transpile mypy to rust for shits and giggles, to see how…
-
Hi! Thanks for this awesome project!
I am [TypedDjango](https://github.com/TypedDjango) team member, we maintain types for, well, django. And we do pretty much the same job.
For example, we also…
-
Hi! Thanks for this awesome project!
I am [TypedDjango](https://github.com/TypedDjango) team member, we maintain types for, well, django. And we do pretty much the same job.
For example, we also…
-
Hi! Thanks for this awesome project!
I am [TypedDjango](https://github.com/TypedDjango) team member, we maintain types for, well, django. And we do pretty much the same job.
For example, we also…
-
Does this plugin install ruff and is there any way to avoid that?
I already have ruff installed and available from my nix-shell environment. The version of ruff is tied to the project which might u…
-
# 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…