Need # noinspection reference
There are times when I need more granularity than PyCharm's Settings Inspection dialog provides. For instance, there are so many Python packages out there which use Camel Case [some which use overloaded functions which PyCharm's inspection doesn't detect as an overload] that I enable Pep8 naming inspection on the inspection profile but then add '# noinspection PyPep8Naming' only where I need it in my code.
Is there a reference somewhere which lists all the available # noinspection statements and how to use them?
Is there a reference somewhere which lists all the available # noinspection statements and how to use them?
请先登录再写评论。
Someone is keeping track of this here: https://gist.github.com/pylover/7870c235867cf22817ac5b096defb768