-
# Bug report
## What's wrong
NameError: value for final name "attr_class_makers" was not set
I run mypy on my project using:
`mypy --config-file ../.mypy.ini --namespace-packages -p samirpy …
-
### System Information
- opencv-python-headless 4.10.0.82
- numpy 1.26.4
- mypy 1.10.0
- MacOS 14.5
- Python 3.12.2
### Detailed description
Many return types in common OpenCV functions have a …
-
I am trying to investigate some issues related to caching behavior. When testing project with complex dependencies, I see serious performance degradation (roughly 20 fold on just 36 tests) compared to…
-
The mypy plugin interface is experimental, unstable, and prone to change. In particular, there are no guarantees about backwards compatibility. Backwards incompatible changes may be made without a dep…
-
the current behavior leads to confusion and annoying behavior from pip, especially when trying to switch between normal mypy and basedmypy
```
> pip install mypy==0.910
Requirement already satisf…
-
## Description of the bug
Under Windows, using the documentation in https://docs.manim.community/en/stable/installation/windows.html to grab the necessary dependencies and manim itself, as well as us…
-
**Crash Report**
When I run mypy on our codebase, it works fine. When I enable pydantic plugin, it crashes.
Pyproject:
```toml
[tool.mypy]
plugins = [
"pydantic.mypy"
]
python_versio…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
Starting discussion from #3517 in a new issue.
Some plugins may want to expose user-configurable options. For example, with my docstring parser I want users to be able to specify which style of …
-
Hi!
I need a dedicated `mypy.ini` configuration for tests run by `pytest-mypy-plugins`. This configuration includes parameters like `force_uppercase_builtins = true`, which are very useful for unit…