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
/Users/guido/mypy_tests/mypy_static.py: note: In function "foo":
/Users/guido/mypy_tests/mypy_static.py:2: error: 'staticmethod' used with a non-method
It can be silenced by putting # type: ignore on the @staticmethod line.
The text was updated successfully, but these errors were encountered:
I found code like this:
This gets an error:
It can be silenced by putting
# type: ignore
on the@staticmethod
line.The text was updated successfully, but these errors were encountered: