﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21285	pep8 cleanup: continuation line indentation	Tim Graham	alasdair	"Includes two errors:
* E21 continuation line indentation is not a multiple of four
* E122 continuation line missing indentation or outdented

To find errors, ensure you have an up-to-date master with the flake8 config in setup.cfg, then remove E121,E122 from the ignore list there. You can then run `flake8` from the directory with setup.cfg in it to list all errors - there should be about 115.

Attaching an example patch to get you started.

Apply it, if you'd like:

`patch -p1 -i E121.diff`"	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed			Accepted	0	0	0	0	1	0
