﻿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
23126	Remove ignore E128 from setup.cfg	tomc	nobody	"I think the only reason to have E128 ignored was to appease flake8 for urlpatterns:


{{{
urlpatterns = patterns('',
    ...
)
}}}

Since patterns() is deprecated now, maybe we should stop ignoring E128 unless there's another reason I'm not aware of."	Cleanup/optimization	closed	Core (URLs)	dev	Normal	invalid			Unreviewed	0	0	0	0	1	0
