8000 Initially make mypy pass for tests · matplotlib/matplotlib@72edf7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 72edf7c

Browse files
committed
Initially make mypy pass for tests
1 parent 0489b7a commit 72edf7c

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