Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implement full 3D box clipping #11438

Implement full 3D box clipping

Implement full 3D box clipping #11438

Triggered via pull request September 12, 2025 22:06
Status Failure
Total duration 2m 9s
Artifacts

mypy-stubtest.yml

on: pull_request
mypy-stubtest
2m 5s
mypy-stubtest
Fit to window
Zoom out
Zoom in

Annotations

3 errors
mypy-stubtest
Process completed with exit code 1.
mypy-stubtest: lib/matplotlib/dviread.pyi#L31
[mypy-stubtest] reported by reviewdog 🐶 matplotlib.dviread.Text is a disjoint base at runtime, but isn't marked with @disjoint_base in the stub <TypeInfo matplotlib.dviread.Text> Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/dviread.py:69 def (x, y, font, glyph, width) Raw Output: error: matplotlib.dviread.Text is a disjoint base at runtime, but isn't marked with @disjoint_base in the stub Stub: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/dviread.pyi:31 <TypeInfo matplotlib.dviread.Text> Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/dviread.py:69 def (x, y, font, glyph, width)
mypy-stubtest: lib/matplotlib/container.pyi#L10
[mypy-stubtest] reported by reviewdog 🐶 matplotlib.container.Container is a disjoint base at runtime, but isn't marked with @disjoint_base in the stub <TypeInfo matplotlib.container.Container> Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/container.py:5 def (*args, **kwargs) Raw Output: error: matplotlib.container.Container is a disjoint base at runtime, but isn't marked with @disjoint_base in the stub Stub: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/container.pyi:10 <TypeInfo matplotlib.container.Container> Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/container.py:5 def (*args, **kwargs)