Skip to content

Commit 88fab21

Browse files
authored
Merge pull request matplotlib#30558 from timhoffm/fix-stubtest
Fix stubtest with mypy 18
2 parents 3db41bd + 4dcf152 commit 88fab21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/stubtest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def visit_ClassDef(self, node):
108108
[
109109
"stubtest",
110110
"--mypy-config-file=pyproject.toml",
111+
"--ignore-disjoint-bases",
111112
"--allowlist=ci/mypy-stubtest-allowlist.txt",
112113
f"--allowlist={p}",
113114
"matplotlib",

0 commit comments

Comments
 (0)