MEP27 Part1: WindowGTK, Refactoring the FigureManagerGTK classes #7078
mypy-stubtest.yml
on: pull_request
mypy-stubtest
2m 25s
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.
|