Opened 11 years ago

Last modified 11 years ago

#21268 closed Cleanup/optimization

pep8 cleanup: too many blank lines — at Version 2

Reported by: Tim Graham Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Tim Graham)

To find errors, ensure you have an up-to-date master with the flake8 config in setup.cfg, then remove E303 from the ignore list there. You can then run flake8 from the directory with setup.cfg in it to list all errors.

Attaching an example patch to get you started.

Apply it, if you'd like:

patch -p1 -i E303.diff

Change History (3)

by Tim Graham, 11 years ago

Attachment: E303.diff added

comment:1 by Tim Graham, 11 years ago

Description: modified (diff)
Easy pickings: set

comment:2 by Tim Graham, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top