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

Skip to content

MEP27 Part1: WindowGTK, Refactoring the FigureManagerGTK classes #7078

MEP27 Part1: WindowGTK, Refactoring the FigureManagerGTK classes

MEP27 Part1: WindowGTK, Refactoring the FigureManagerGTK classes #7078

Triggered via pull request August 10, 2024 01:00
Status Failure
Total duration 2m 34s
Artifacts

mypy-stubtest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
mypy-stubtest: lib/matplotlib/backend_bases.pyi#L1
[mypy-stubtest] reported by reviewdog 🐶 matplotlib.backend_bases.ExpandableBase is not present in stub MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:1647 def () Raw Output: error: matplotlib.backend_bases.ExpandableBase is not present in stub Stub: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.pyi MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:1647 def ()
mypy-stubtest: lib/matplotlib/backend_bases.pyi#L1
[mypy-stubtest] reported by reviewdog 🐶 matplotlib.backend_bases.FlowBase is not present in stub MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:1657 def (flow='horizontal', flow_locked=False, **kwargs) Raw Output: error: matplotlib.backend_bases.FlowBase is not present in stub Stub: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.pyi MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:1657 def (flow='horizontal', flow_locked=False, **kwargs)
mypy-stubtest: lib/matplotlib/backend_bases.pyi#L1
[mypy-stubtest] reported by reviewdog 🐶 matplotlib.backend_bases.WindowBase is not present in stub MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:2608 def (title, **kwargs) Raw Output: error: matplotlib.backend_bases.WindowBase is not present in stub Stub: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.pyi MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:2608 def (title, **kwargs)
mypy-stubtest: lib/matplotlib/backend_bases.pyi#L1
[mypy-stubtest] reported by reviewdog 🐶 matplotlib.backend_bases.WindowEvent is not present in stub MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:2602 def (name, window) Raw Output: error: matplotlib.backend_bases.WindowEvent is not present in stub Stub: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.pyi MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:2602 def (name, window)
mypy-stubtest: lib/matplotlib/cbook.pyi#L1
[mypy-stubtest] reported by reviewdog 🐶 matplotlib.cbook.EventEmitter is not present in stub MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/cbook.py:333 def (**kwargs) Raw Output: error: matplotlib.cbook.EventEmitter is not present in stub Stub: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/cbook.pyi MISSING Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/cbook.py:333 def (**kwargs)
mypy-stubtest
Process completed with exit code 1.