You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunalty, no Python type checker has implemented it and it's going to be deprecated in Python 3.13: python/cpython#106309
ss2165
changed the title
Automatically annotate guppy definitions with @no_type_check
Find a way around python type checkers complaining about guppy
Jul 17, 2024
So mypy knows to ignore it https://docs.python.org/3/library/typing.html#typing.no_type_check
The text was updated successfully, but these errors were encountered: