how to disable pep8 in pycharm for a code block

92 Views Asked by At

I want to disable pep8 for a block of code for example, a an array which has long text, I do not want it to complain about line too long. How can I disable the pep8 inspection only for that array?

0

There are 0 best solutions below