Skip to content

Commit 74647a8

Browse files
committed
Ignore PEP 695 implementation details in stubtest
1 parent bac9984 commit 74647a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy/stubtest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,9 @@ def verify_typealias(
14861486
"__instancecheck__",
14871487
"__subclasshook__",
14881488
"__subclasscheck__",
1489+
# PEP 695 implementation details
1490+
"__annotate__",
1491+
"__classdictcell__",
14891492
# python2 only magic methods:
14901493
"__cmp__",
14911494
"__nonzero__",

0 commit comments

Comments
 (0)