Inline type hint comment with noqa ?

Hello,
does PyCharm support multiple inline "marker" comments ?

example

with something() as something:  # type: T  # noinspection PySomeError



or with full usage for me:

from gino import Gino as _Gino
from gino.ext.dynamic_member import Gino # type: _Gino # noqa


I can solve this latter one by removing `noqa` and adding the `# noinspection` on top of the line but browsing pep docs and mypy docs something like this might be expected to work.

Thanks

0
1 comment

This is not supported, Please feel free to submit a feature request to our issue tracker at https://youtrack.jetbrains.com/issues , and let us know if you require any help.

0

Please sign in to leave a comment.