I also had problems with this problem.
Unfortunately , there seems to be no documentary way to do what you request. PyCharm's articles on Verifying Code and Configuring Verifications really donβt hint at any such possibility. Moreover, the configuration file in ~/.PyCharm40/config/inspection/Default.xml is not what you would call rich in parameters ( note : I have no idea if there are more options, cannot find suitable documentation).
Since pep8.py seems to run continuously as a background process in PyCharm, I also checked if these processes could be configured. Unfortunately (again), no useful results were found. To aggravate the situation, it seems that in its plugin repository there is no corresponding plugin that allows you to further configure the verification tool.
Another option I tried was changing the settings in PyCharm and accessing pep8 manual calls. I did not select validation for pep8 from the Settings | Editor | Inspections | Python Settings | Editor | Inspections | Python Settings | Editor | Inspections | Python , and then performed a manual check by pressing Ctrl + Alt + Shift + I and entering two pep parameters. It seems that he did not catch the same symbolic errors .
You probably have two options right now: one is switching to another IDE, as suggested by Adam Smith (or actually noted), and the second is trying to get some help in the PyCharm Forum .
source share