Skip to content

Commit

Permalink
Ignore PEP 649 + 695 implementation details in stubtest
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jan 15, 2025
1 parent 5e119d0 commit c8c9901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mypy/stubtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,8 @@ def verify_typealias(
"__vectorcalloffset__", # undocumented implementation detail of the vectorcall protocol
"__firstlineno__",
"__static_attributes__",
"__annotate__",
"__classdictcell__",
# isinstance/issubclass hooks that type-checkers don't usually care about
"__instancecheck__",
"__subclasshook__",
Expand Down

0 comments on commit c8c9901

Please sign in to comment.