@@ -30,12 +30,10 @@ class StandardReportWithExclusions(pep8.StandardReport):
3030 '*/matplotlib/font_manager.py' ,
3131 '*/matplotlib/fontconfig_pattern.py' ,
3232 '*/matplotlib/gridspec.py' ,
33- '*/matplotlib/image.py' ,
3433 '*/matplotlib/legend.py' ,
3534 '*/matplotlib/legend_handler.py' ,
3635 '*/matplotlib/mathtext.py' ,
3736 '*/matplotlib/mlab.py' ,
38- '*/matplotlib/nxutils.py' ,
3937 '*/matplotlib/path.py' ,
4038 '*/matplotlib/patheffects.py' ,
4139 '*/matplotlib/pylab.py' ,
@@ -103,8 +101,6 @@ class StandardReportWithExclusions(pep8.StandardReport):
103101 '*/matplotlib/backends/backend_agg.py' ,
104102 '*/matplotlib/backends/backend_cairo.py' ,
105103 '*/matplotlib/backends/backend_cocoaagg.py' ,
106- '*/matplotlib/backends/backend_emf.py' ,
107- '*/matplotlib/backends/backend_fltkagg.py' ,
108104 '*/matplotlib/backends/backend_gdk.py' ,
109105 '*/matplotlib/backends/backend_gtk.py' ,
110106 '*/matplotlib/backends/backend_gtk3.py' ,
@@ -116,10 +112,8 @@ class StandardReportWithExclusions(pep8.StandardReport):
116112 '*/matplotlib/backends/backend_pdf.py' ,
117113 '*/matplotlib/backends/backend_pgf.py' ,
118114 '*/matplotlib/backends/backend_ps.py' ,
119- '*/matplotlib/backends/backend_qt.py' ,
120115 '*/matplotlib/backends/backend_qt4.py' ,
121116 '*/matplotlib/backends/backend_qt4agg.py' ,
122- '*/matplotlib/backends/backend_qtagg.py' ,
123117 '*/matplotlib/backends/backend_svg.py' ,
124118 '*/matplotlib/backends/backend_template.py' ,
125119 '*/matplotlib/backends/backend_tkagg.py' ,
0 commit comments