PEP8 Naming convention - Disable just one item
Trying to adhere to PEP8 is often times awesome, but sometimes impossible due to external constraints. Right now I have one of those, but it only refers to one particular part of PEP8 naming convention, the function names being lowercase.
Is there a way to disable the PEP8 warning for just that item? I can disable naming conventions completely, I can put
"# noinspection PyPep8Naming"
in front of every function, but I can't just go into the preferences and disable checking on N802.
Is there a way to disable the PEP8 warning for just that item? I can disable naming conventions completely, I can put
"# noinspection PyPep8Naming"
in front of every function, but I can't just go into the preferences and disable checking on N802.
Please sign in to leave a comment.
There is no such possibility now. Please, vote for https://youtrack.jetbrains.com/issue/PY-15090 to increase it's priority and be notified about updates.