Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

Python syntax checking: Replace not maintained pep8 by pycodestyle #3872

Open 51CGO opened 4 years ago

51CGO commented 4 years ago

Hi,

Komodo proposes pep8 to check Python Syntac but this tools has been renamed to pycodestyle some years ago so Komodo must be updated to call pycodestyle instead of pep8. See https://pypi.org/project/pycodestyle/ for more information.

This PR is just a sed 's/pep8/pycodestyle/g' in the src direcctory. I have build and tested.