Skip to content

Commit 73a9fc0

Browse files
committed
MNT: Ignore differing stub for GlyphIndexType
This may be an upstream bug [1], but until that is determined, ignore the error to get CI working. [1] python/mypy#19877
1 parent 9d9663b commit 73a9fc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/mypy-stubtest-allowlist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ matplotlib\.figure\.FigureBase\.get_figure
4949

5050
# getitem method only exists for 3.10 deprecation backcompatability
5151
matplotlib\.inset\.InsetIndicator\.__getitem__
52+
53+
# Avoid a regression in NewType handling for stubtest
54+
# https://github.com/python/mypy/issues/19877
55+
matplotlib\.ft2font\.GlyphIndexType\.__init__

0 commit comments

Comments
 (0)