Skip to content

Commit 165cc8b

Browse files
authored
Merge pull request matplotlib#30570 from meeseeksmachine/auto-backport-of-pr-30558-on-v3.10.x
Backport PR matplotlib#30558 on branch v3.10.x (Fix stubtest with mypy 18)
2 parents 75a1e56 + e52f78a commit 165cc8b

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)