ignore pep8 error on camelcase method and variable names.
How can I make camelcase method / variable / function names not trigger a pep8 error?
I see Inspections -> Python -> PEP8 naming convention violation. It isn't really editable in my case so I have to disable it completely. Is there an option so that I can leave it checked but will not receive notifications about non-lowercae names?
This is the coding standard where I work so I don't really have a say in the matter :)
I see Inspections -> Python -> PEP8 naming convention violation. It isn't really editable in my case so I have to disable it completely. Is there an option so that I can leave it checked but will not receive notifications about non-lowercae names?
This is the coding standard where I work so I don't really have a say in the matter :)
Please sign in to leave a comment.
Is there a way to get PyCharm NOT to complain about camelCase names without disabling all naming checking?
Thanks!