@@ -30,12 +30,10 @@ class StandardReportWithExclusions(pep8.StandardReport):
30
30
'*/matplotlib/font_manager.py' ,
31
31
'*/matplotlib/fontconfig_pattern.py' ,
32
32
'*/matplotlib/gridspec.py' ,
33
- '*/matplotlib/image.py' ,
34
33
'*/matplotlib/legend.py' ,
35
34
'*/matplotlib/legend_handler.py' ,
36
35
'*/matplotlib/mathtext.py' ,
37
36
'*/matplotlib/mlab.py' ,
38
- '*/matplotlib/nxutils.py' ,
39
37
'*/matplotlib/path.py' ,
40
38
'*/matplotlib/patheffects.py' ,
41
39
'*/matplotlib/pylab.py' ,
@@ -103,8 +101,6 @@ class StandardReportWithExclusions(pep8.StandardReport):
103
101
'*/matplotlib/backends/backend_agg.py' ,
104
102
'*/matplotlib/backends/backend_cairo.py' ,
105
103
'*/matplotlib/backends/backend_cocoaagg.py' ,
106
- '*/matplotlib/backends/backend_emf.py' ,
107
- '*/matplotlib/backends/backend_fltkagg.py' ,
108
104
'*/matplotlib/backends/backend_gdk.py' ,
109
105
'*/matplotlib/backends/backend_gtk.py' ,
110
106
'*/matplotlib/backends/backend_gtk3.py' ,
@@ -116,10 +112,8 @@ class StandardReportWithExclusions(pep8.StandardReport):
116
112
'*/matplotlib/backends/backend_pdf.py' ,
117
113
'*/matplotlib/backends/backend_pgf.py' ,
118
114
'*/matplotlib/backends/backend_ps.py' ,
119
- '*/matplotlib/backends/backend_qt.py' ,
120
115
'*/matplotlib/backends/backend_qt4.py' ,
121
116
'*/matplotlib/backends/backend_qt4agg.py' ,
122
- '*/matplotlib/backends/backend_qtagg.py' ,
123
117
'*/matplotlib/backends/backend_svg.py' ,
124
118
'*/matplotlib/backends/backend_template.py' ,
125
119
'*/matplotlib/backends/backend_tkagg.py' ,
0 commit comments