We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fa398 commit e4078a2Copy full SHA for e4078a2
ci/mypy-stubtest-allowlist.txt
@@ -49,3 +49,7 @@ matplotlib\.figure\.FigureBase\.get_figure
49
50
# getitem method only exists for 3.10 deprecation backcompatability
51
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