pep8 has been renamed to pycodestyle, see this , this and this for more info.

In fact, if I run the lint option from Geany I get the following warning:

/usr/local/lib/python3.5/dist-packages/pep8.py:2124: UserWarning: 

pep8 has been renamed to pycodestyle (GitHub issue #466)
Use of the pep8 tool will be removed in a future release.
Please install and use `pycodestyle` instead.

$ pip install pycodestyle
$ pycodestyle ...

  '\n\n'

This PR replaces pep8 by pycodestyle, thus removing the warning.


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/1776

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.