Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#21268 closed Cleanup/optimization (fixed)

pep8 cleanup: too many blank lines

Reported by: Tim Graham Owned by: alasdair
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

Attachments (1)

E303.diff (1.0 KB ) - added by Tim Graham 10 years ago.

Download all attachments as: .zip

Change History (6)

by Tim Graham, 10 years ago

Attachment: E303.diff added

comment:1 by Tim Graham, 10 years ago

Description: modified (diff)
Easy pickings: set

comment:2 by Tim Graham, 10 years ago

Description: modified (diff)

comment:3 by alasdair, 10 years ago

Owner: changed from nobody to alasdair
Status: newassigned

comment:4 by Alasdair Nicol <alasdair@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In bab9123daa5d05150951f74183906a76d2b0cf27:

Fixed #21268 -- Fixed E303 pep8 warnings

comment:5 by Alex Gaynor <alex.gaynor@…>, 10 years ago

In 65750b83523870851008e804364121f8c458fc2d:

Merge pull request #1768 from alasdairnicol/ticket_21268

Fixed #21268 -- Fixed E303 pep8 warnings

Note: See TracTickets for help on using tickets.
Back to Top