Skip to content

Commit e52f78a

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR matplotlib#30558: Fix stubtest with mypy 18
1 parent 75a1e56 commit e52f78a

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)