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?
0
2 comments
Perhaps we could start a list of those that we've uncovered?
0

Please sign in to leave a comment.