How do I automatically fix lint issues reported by pylint?
You also have black now. Both black
and autopep8
can be integrated into most good editors.
Most of the errors reported by pylint
can be fixed with autopep8.
Additionally, if you are using Pycharm as your editor, it has the option to reformat-code which will help to solve most of the issues reported by pylint
.