I know can prepend a type with # noinspection PyPep8Naming
, but I couldn't figure out
how to set this globally for a single file.
I've found that this feature is present for some other JetBrains IDEs, but have failed to find this feature in PyCharm.
How can this be achieved?
Edit:
To clarify, I don't want to disable this inspection in my local PyCharm instance.
This file is auto-generated and I want this inspection be carried with the file to the rest of my team.