Skip to content

Commit c8c9901

Browse files
committed
Ignore PEP 649 + 695 implementation details in stubtest
1 parent 5e119d0 commit c8c9901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy/stubtest.py

+2
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,8 @@ def verify_typealias(
14821482
"__vectorcalloffset__", # undocumented implementation detail of the vectorcall protocol
14831483
"__firstlineno__",
14841484
"__static_attributes__",
1485+
"__annotate__",
1486+
"__classdictcell__",
14851487
# isinstance/issubclass hooks that type-checkers don't usually care about
14861488
"__instancecheck__",
14871489
"__subclasshook__",

0 commit comments

Comments
 (0)