mojo
mojo copied to clipboard
[Feature Request] add # type: ignore to ignore compiler warnings in that line
Review Mojo's priorities
- [X] I have read the roadmap and priorities and I believe this request falls within the priorities.
What is your request?
add # type: ignore
to ignore compiler warnings in that line
What is your motivation for this change?
Being able to leave project structure and compatibility with python's mypy
if some_condition():
pass
elif False: # type: ignore
# TODO: something
pass
Any other details?
No response