Bump the actions group across 1 directory with 6 updates #22
GitHub Actions / mypy
failed
Jul 14, 2025 in 0s
reviewdog [mypy] report
reported by reviewdog 🐶
Findings (2)
lib/matplotlib/_mathtext.py|2527| "Node" has no attribute "width" [attr-defined]
lib/matplotlib/_mathtext.py|2604| List item 0 has incompatible type "Kern"; expected "Hlist | Vlist" [list-item]
Filtered Findings (0)
Annotations
Check failure on line 2527 in lib/matplotlib/_mathtext.py
github-actions / mypy
[mypy] lib/matplotlib/_mathtext.py#L2527
"Node" has no attribute "width" [attr-defined]
Raw output
lib/matplotlib/_mathtext.py:2527: error: "Node" has no attribute "width" [attr-defined]
Check failure on line 2604 in lib/matplotlib/_mathtext.py
github-actions / mypy
[mypy] lib/matplotlib/_mathtext.py#L2604
List item 0 has incompatible type "Kern"; expected "Hlist | Vlist" [list-item]
Raw output
lib/matplotlib/_mathtext.py:2604: error: List item 0 has incompatible type "Kern"; expected "Hlist | Vlist" [list-item]
Loading