msherry / flycheck-pycheckers

Multiple syntax checker for Python in Emacs, using Flycheck
GNU General Public License v3.0
63 stars 23 forks source link

pep8 renamed to pycodestyle #66

Open bernarduh opened 1 year ago

bernarduh commented 1 year ago

During a fresh install of Ubuntu, I noticed that the pep8 command is now distributed as pycodestyle. It would be nice to support this in the bin/pycheckers.py scripts.

This package used to be called pep8 but was renamed to pycodestyle to reduce confusion. Further discussion can be found in the issue where Guido requested this change, or in the lightning talk at PyCon 2016 by @IanLee1521: slides video.

Quote from https://pypi.org/project/pycodestyle/

I can make the change if you want but what would be the best approach:

msherry commented 1 year ago

Thanks for submitting the issue! I would prefer that users who are using old tools/versions for whatever reason (their employer hasn't yet completed migrating to py3 yet, for example) still be able to use this tool, so as long as this doesn't break existing compatibility, I would be ok with either of those approaches. Thank you for the offer!

bernarduh commented 1 year ago

Yes, I agree. Can I push a branch and open a PR with a suggestion?

msherry commented 1 year ago

By all means :)