Refactor for issue 28444 [Introduce _Bbox3D to represent 3D axes limits] #27641
Annotations
3 errors
mypy:
lib/matplotlib/_mathtext.py#L2531
[mypy] reported by reviewdog 🐶
"Node" has no attribute "width" [attr-defined]
Raw Output:
lib/matplotlib/_mathtext.py:2531: error: "Node" has no attribute "width" [attr-defined]
|
mypy:
lib/matplotlib/_mathtext.py#L2608
[mypy] reported by reviewdog 🐶
List item 0 has incompatible type "Kern"; expected "Hlist | Vlist" [list-item]
Raw Output:
lib/matplotlib/_mathtext.py:2608: error: List item 0 has incompatible type "Kern"; expected "Hlist | Vlist" [list-item]
|
mypy
Process completed with exit code 1.
|