Skip to content

Commit

Permalink
Ignore PEP 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 bac9984 commit 74647a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mypy/stubtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,9 @@ def verify_typealias(
"__instancecheck__",
"__subclasshook__",
"__subclasscheck__",
# PEP 695 implementation details
"__annotate__",
"__classdictcell__",
# python2 only magic methods:
"__cmp__",
"__nonzero__",
Expand Down

0 comments on commit 74647a8

Please sign in to comment.