DEV Community

Andy
Andy

Posted on

JetBrains Python ignore PEP 8 errors

I use IntelliJ IDEA, and I wanted to remove the PEP 8 rule > 120 characters warning.

This can be done in Settings -> Editor -> Inspections -> PEP 8 naming convention violation -> Ignored errors.

Image description

References:

Top comments (0)