pep8 has been renamed to pycodestyle, see [this](https://github.com/PyCQA/pycodestyle/issues/466) , [this](https://github.com/PyCQA/pycodestyle/issues/481) and [this](https://github.com/PyCQA/pycodestyle/commit/2344a34a628b2f2e9df1c2539d9316005a35053d) 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 -- * Renamed pep8 to pycodestyle -- File Changes -- M data/filedefs/filetypes.python (2) M doc/geany.txt (2) -- Patch Links -- https://github.com/geany/geany/pull/1776.patch https://github.com/geany/geany/pull/1776.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1776
