I have recently downloaded the python-autopep8 package, and it has been working well for me. It will automatically fix many stylistic errors for me whenever I save. However, it will not fix line-too-long warnings and in particular it will not fix line-too-long warnings for comments or docstrings. I would prefer it if whenever the package ran it’s check, it would split comments that were too long onto new comment lines. Can this be done?
Auto Comment Wrapping in Python
The people to ask would be the maintainers of the python-autopep8
package, via the GitHub repo.