Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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

wants to merge 1 commit into from

Conversation

51CGO
Copy link
Contributor

@51CGO 51CGO commented May 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant