10BC0 Initially make mypy pass for tests · matplotlib/matplotlib@5dff3ca · GitHub
[go: up one dir, main page]

Skip to content
  • Insights
  • Commit 5dff3ca

    Browse files
    committed
    Initially make mypy pass for tests
    1 parent f9de8aa commit 5dff3ca

    17 files changed

    +16
    -10
    lines changed

    lib/matplotlib/_c_internal_utils.pyi

    Lines changed: 1 addition & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1 @@
    1+
    def display_is_valid() -> bool: ...

    lib/matplotlib/_image.pyi

    Whitespace-only changes.

    lib/matplotlib/_path.pyi

    Whitespace-only changes.

    lib/matplotlib/_qhull.pyi

    Whitespace-only changes.

    lib/matplotlib/_tri.pyi

    Whitespace-only changes.

    lib/matplotlib/_ttconv.pyi

    Whitespace-only changes.

    lib/matplotlib/backends/_backend_agg.pyi

    Whitespace-only changes.

    lib/matplotlib/backends/_macosx.pyi

    Whitespace-only changes.

    lib/matplotlib/backends/_tkagg.pyi

    Whitespace-only changes.

    lib/matplotlib/ft2font.pyi

    Lines changed: 3 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,3 @@
    1+
    class FT2Font:
    2+
    def __init__(self, filename: str|os.PathLike, hinting_factor: int = ..., *, _fallback_list: list["FT2Font"]|None = ..., _kerning_factor: int = ...): ...
    3+

    0 commit comments

    Comments
     (0)
    0