Pycharm ignore PEP8 errors
Taken from https://gist.github.com/StefanoMagrassi/6c78b6f48599377a5c805fd58a5cd93d
- Go to settings, search for Inspections (Under Editor, Code style)
- Find and click PEP8 code style violation. In the right panel, there is ignore errors option.
- Find the error code of interest, e.g. E501 line too long here, and paste the code to Pycharm.
- Ok the setting.