Skip to content

Bump the actions group across 1 directory with 6 updates #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Bump the actions group across 1 directory with 6 updates

874f7f8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bump the actions group across 1 directory with 6 updates #22

Bump the actions group across 1 directory with 6 updates
874f7f8
Select commit
Loading
Failed to load commit list.
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

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]