-
**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 _…
-
Currently it appears that when defining a subscription the return type annotation must be set to `typing.AsyncGenerator[str, None]`, like so:
```python
@strawberry.type
class Subscription:
@…
-
Hi,
to keep it short, when upgraded `4.3.2` -> `4.4.1`, mypy started throwing following errors
```
Skipping analyzing "troposphere": module is installed, but missing library stubs
or py.typed…
-
Hi there! Thanks for this plugin, it has been really helpful, sometimes I get issues on CI that I don't get locally, for example:
```
E pytest_mypy_plugins.utils.TypecheckAssertionError: Critica…
-
**Describe the bug**
I have a case when I get unexpected coverage measurements from a tox-managed virtualenv existing within the source tree. Coveragepy is invoked via `pytest-cov` but all configur…
-
### 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 f…
-
```python
_______________________________________________ ERROR collecting typesafety ________________________________________________
.venv/lib/python3.12/site-packages/_pytest/nodes.py:87: in _cre…
-
### 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…
-
This is not an actual issue. I'm just trying to get this plugin work with lsp-mode for emacs. I have mypy workon fine on the commandline and I have lsp-mode working fine in emacs.
When I add `pyls…
-
❓ **I'm submitting a ...**
- [ ] 🐞 bug report
- [X] 🐣 feature request
- [ ] ❓ question about the decisions made in the repository
🐞 **Is your feature request related to a problem? Please describ…