Skip to content

Bump the actions group across 1 directory with 7 updates #35

Bump the actions group across 1 directory with 7 updates

Bump the actions group across 1 directory with 7 updates #35

GitHub Actions / mypy failed Jul 21, 2025 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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]