This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PEP8 doesn't verifies last line.
Type: behavior Stage:
Components: Versions:
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: f1ashhimself, mark.dickinson
Priority: normal Keywords:

Created on 2014-04-14 10:56 by f1ashhimself, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg216072 - (view) Author: Max (f1ashhimself) Date: 2014-04-14 10:56
PEP8 doesn't verifies last line at all. Also W292 will never be checked.
Reproducible on PEP8 >= 1.5.0
msg216074 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2014-04-14 11:45
The pep8 tool is a third-party package: it isn't part of the core Python project.  You probably want to report this at the pep8 bugtracker:

http://github.com/jcrocholl/pep8/issues
History
Date User Action Args
2022-04-11 14:58:01adminsetgithub: 65413
2014-04-14 11:45:22mark.dickinsonsetstatus: open -> closed

nosy: + mark.dickinson
messages: + msg216074

resolution: third party
2014-04-14 10:56:48f1ashhimselfcreate