@@ -23,69 +23,46 @@ exclude =
23
23
24
24
per-file-ignores =
25
25
setup.py: E402
26
- setupext.py: E302, E501
26
+ setupext.py: E501
27
27
28
28
tools/compare_backend_driver_results.py: E501
29
- tools/subset.py: E221, E231, E251, E261, E302, E501, E701
29
+ tools/subset.py: E221, E251, E261, E302, E501
30
30
31
- matplotlib/_cm.py: E202, E203
31
+ matplotlib/_cm.py: E202, E203, E302
32
32
matplotlib/_mathtext_data.py: E203, E261
33
33
matplotlib/backend_bases.py: E225
34
- matplotlib/backends/_backend_tk.py: E203, E222, E225, E231, E271, E301, E303, E401, E501, E701
35
- matplotlib/backends/backend_agg.py: E261, E302, E303, E701
36
- matplotlib/backends/backend_cairo.py: E203, E221, E261, E303, E402, E711
37
- matplotlib/backends/backend_gtk3.py: E203, E221, E222, E225, E251, E261, E501
38
- matplotlib/backends/backend_macosx.py: E231, E261
39
- matplotlib/backends/backend_pgf.py: E303, E731
40
- matplotlib/backends/backend_ps.py: E203, E225, E228, E231, E261, E262, E302, E303, E501, E701
41
- matplotlib/backends/backend_svg.py: E203, E225, E228, E231, E261, E302, E501
34
+ matplotlib/backends/_backend_tk.py: E203, E222, E225, E301, E401, E501
35
+ matplotlib/backends/backend_agg.py: E302
36
+ matplotlib/backends/backend_cairo.py: E203, E221, E402
37
+ matplotlib/backends/backend_gtk3.py: E203, E221, E222, E225, E251, E501
38
+ matplotlib/backends/backend_pgf.py: E731
42
39
matplotlib/backends/qt_editor/formlayout.py: E301, E501
43
- matplotlib/backends/tkagg.py: E231, E302, E701
44
- matplotlib/backends/windowing.py: E301, E302
45
- matplotlib/font_manager.py: E203, E221, E251, E261, E262, E302, E501
46
- matplotlib/fontconfig_pattern.py: E201, E203, E221, E222, E225, E302
47
- matplotlib/legend_handler.py: E201, E501
48
- matplotlib/mathtext.py: E201, E202, E203, E211, E221, E222, E225, E231, E251, E261, E301, E302, E303, E402, E501
49
- matplotlib/patheffects.py: E231
50
- matplotlib/projections/geo.py: E203, E221, E231, E261, E502
40
+ matplotlib/font_manager.py: E203, E221, E251, E501
41
+ matplotlib/fontconfig_pattern.py: E201, E203, E221, E222, E225
42
+ matplotlib/mathtext.py: E201, E202, E203, E211, E221, E222, E225, E251, E301, E402
43
+ matplotlib/projections/geo.py: E203, E221, E502
51
44
matplotlib/pylab.py: E501
52
- matplotlib/pyplot.py: E201, E202, E221, E222, E225, E231, E251, E261, E302, E501, E701
53
- matplotlib/rcsetup.py: E203, E225, E261, E302, E501
54
- matplotlib/sphinxext/mathmpl.py: E302
55
- matplotlib/sphinxext/only_directives.py: E302
56
- matplotlib/sphinxext/plot_directive.py: E261, E302, E402
57
- matplotlib/tests/test_image.py: E225, E231, E251, E302, E501
58
- matplotlib/tests/test_lines.py: E231, E261
59
- matplotlib/tests/test_mathtext.py: E261, E501
45
+ matplotlib/pyplot.py: E302, E701
46
+ matplotlib/rcsetup.py: E203, E225, E501
47
+ matplotlib/sphinxext/plot_directive.py: E402
48
+ matplotlib/tests/test_mathtext.py: E501
60
49
matplotlib/transforms.py: E201, E202, E203, E501
61
50
matplotlib/tri/triinterpolate.py: E201, E221
62
51
matplotlib/type1font.py: E731
63
52
64
- mpl_toolkits/__init__.py: E261
65
- mpl_toolkits/axes_grid/axes_divider.py: E501
66
- mpl_toolkits/axes_grid/axes_rgb.py: E302, E501
53
+ mpl_toolkits/axes_grid/axes_rgb.py: E501
67
54
mpl_toolkits/axes_grid1/axes_divider.py: E402, E501
68
55
mpl_toolkits/axes_grid1/axes_grid.py: E225
69
- mpl_toolkits/axes_grid1/axes_rgb.py: E231
70
- mpl_toolkits/axes_grid1/axes_size.py: E261, E501
71
- mpl_toolkits/axes_grid1/colorbar.py: E225, E231, E261, E262, E302, E303, E501, E701
56
+ mpl_toolkits/axes_grid1/axes_size.py: E272, E501
57
+ mpl_toolkits/axes_grid1/colorbar.py: E225, E501
72
58
mpl_toolkits/axes_grid1/inset_locator.py: E501
73
- mpl_toolkits/axes_grid1/mpl_axes.py: E303, E501
74
- mpl_toolkits/axes_grid1/parasite_axes.py: E225, E231, E302, E303, E501
75
- mpl_toolkits/axisartist/angle_helper.py: E201, E203, E221, E222, E225, E231, E251, E261, E262, E302, E303, E501
76
- mpl_toolkits/axisartist/axis_artist.py: E201, E202, E221, E225, E228, E231, E251, E261, E262, E302, E303, E402, E501, E701, E711
77
- mpl_toolkits/axisartist/axisline_style.py: E231, E261, E262, E302, E303
78
- mpl_toolkits/axisartist/axislines.py: E225, E231, E261, E303, E501
79
- mpl_toolkits/axisartist/clip_path.py: E225, E302, E303, E501
80
- mpl_toolkits/axisartist/floating_axes.py: E225, E231, E261, E262, E302, E303, E402, E501
81
- mpl_toolkits/axisartist/grid_finder.py: E231, E261, E302, E303, E402
82
- mpl_toolkits/axisartist/grid_helper_curvelinear.py: E225, E231, E261, E262, E271, E302, E303, E501
83
- mpl_toolkits/mplot3d/art3d.py: E222, E225
84
- mpl_toolkits/mplot3d/axes3d.py: E203, E231, E402, E501, E701
85
- mpl_toolkits/mplot3d/axis3d.py: E231, E302
86
- mpl_toolkits/mplot3d/proj3d.py: E231, E302, E303
59
+ mpl_toolkits/axes_grid1/mpl_axes.py: E501
60
+ mpl_toolkits/axisartist/angle_helper.py: E221
61
+ mpl_toolkits/axisartist/axislines.py: E225, E501
62
+ mpl_toolkits/axisartist/clip_path.py: E225, E501
63
+ mpl_toolkits/axisartist/floating_axes.py: E225, E402, E501
64
+ mpl_toolkits/axisartist/grid_helper_curvelinear.py: E225, E501
87
65
mpl_toolkits/tests/test_axes_grid1.py: E201, E202
88
- mpl_toolkits/tests/test_mplot3d.py: E231, E302
89
66
90
67
doc/conf.py: E402, E501
91
68
doc/sphinxext/github.py: E302, E501
@@ -97,6 +74,7 @@ per-file-ignores =
97
74
tutorials/advanced/transforms_tutorial.py: E402, E501
98
75
tutorials/colors/colormaps.py: E501
99
76
tutorials/colors/colors.py: E402
77
+ tutorials/colors/colormap-manipulation.py: E402
100
78
tutorials/intermediate/artists.py: E402, E501
101
79
tutorials/intermediate/constrainedlayout_guide.py: E402, E501
102
80
tutorials/intermediate/gridspec.py: E402, E501
@@ -125,6 +103,7 @@ per-file-ignores =
125
103
examples/color/color_demo.py: E402
126
104
examples/color/colorbar_basics.py: E402
127
105
examples/color/colormap_reference.py: E402
106
+ examples/color/custom_cmap.py: E402
128
107
examples/color/named_colors.py: E402
129
108
examples/event_handling/data_browser.py: E501
130
109
examples/event_handling/path_editor.py: E501
@@ -140,7 +119,6 @@ per-file-ignores =
140
119
examples/images_contours_and_fields/contourf_demo.py: E402, E501
141
120
examples/images_contours_and_fields/contourf_hatching.py: E402
142
121
examples/images_contours_and_fields/contourf_log.py: E402
143
- examples/images_contours_and_fields/custom_cmap.py: E402
144
122
examples/images_contours_and_fields/demo_bboximage.py: E402
145
123
examples/images_contours_and_fields/image_clip_path.py: E402
146
124
examples/images_contours_and_fields/image_demo.py: E402
@@ -173,7 +151,7 @@ per-file-ignores =
173
151
examples/lines_bars_and_markers/joinstyle.py: E402
174
152
examples/lines_bars_and_markers/scatter_piecharts.py: E402
175
153
examples/lines_bars_and_markers/span_regions.py: E402
176
- examples/misc/agg_oo_sgskip .py: E402
154
+ examples/misc/agg_buffer .py: E402
177
155
examples/misc/anchored_artists.py: E501
178
156
examples/misc/contour_manual.py: E501
179
157
examples/misc/font_indexing.py: E501
@@ -185,6 +163,7 @@ per-file-ignores =
185
163
examples/misc/table_demo.py: E201
186
164
examples/mplot3d/voxels.py: E501
187
165
examples/mplot3d/wire3d_zero_stride.py: E501
166
+ examples/pie_and_polar_charts/bar_of_pie.py: E402
188
167
examples/pie_and_polar_charts/nested_pie.py: E402
189
168
examples/pie_and_polar_charts/pie_and_donut_labels.py: E402
190
169
examples/pie_and_polar_charts/pie_demo2.py: E402
@@ -197,11 +176,11 @@ per-file-ignores =
197
176
examples/pyplots/annotate_transform.py: E228, E251, E402, E501
198
177
examples/pyplots/annotation_basic.py: E402
199
178
examples/pyplots/annotation_polar.py: E231, E402
200
- examples/pyplots/auto_subplots_adjust.py: E231, E261, E302, E402
179
+ examples/pyplots/auto_subplots_adjust.py: E231, E302, E402
201
180
examples/pyplots/boxplot_demo_pyplot.py: E231, E402
202
181
examples/pyplots/compound_path_demo.py: E231
203
182
examples/pyplots/dollar_ticks.py: E402
204
- examples/pyplots/fig_axes_customize_simple.py: E261, E402
183
+ examples/pyplots/fig_axes_customize_simple.py: E402
205
184
examples/pyplots/fig_axes_labels_simple.py: E402
206
185
examples/pyplots/fig_x.py: E402
207
186
examples/pyplots/pyplot_formatstr.py: E231, E402
@@ -215,12 +194,12 @@ per-file-ignores =
215
194
examples/pyplots/text_commands.py: E231, E402
216
195
examples/pyplots/text_layout.py: E231, E402
217
196
examples/pyplots/whats_new_1_subplot3d.py: E402
218
- examples/pyplots/whats_new_98_4_fancy.py: E225, E261, E302, E402
197
+ examples/pyplots/whats_new_98_4_fancy.py: E302, E402
219
198
examples/pyplots/whats_new_98_4_fill_between.py: E225, E402
220
199
examples/pyplots/whats_new_98_4_legend.py: E228, E402
221
200
examples/pyplots/whats_new_99_axes_grid.py: E402
222
201
examples/pyplots/whats_new_99_mplot3d.py: E402
223
- examples/pyplots/whats_new_99_spines.py: E231, E261, E402
202
+ examples/pyplots/whats_new_99_spines.py: E231, E402
224
203
examples/recipes/placing_text_boxes.py: E501
225
204
examples/scales/power_norm.py: E402
226
205
examples/shapes_and_collections/artist_reference.py: E402
@@ -254,6 +233,7 @@ per-file-ignores =
254
233
examples/subplots_axes_and_figures/demo_constrained_layout.py: E402
255
234
examples/subplots_axes_and_figures/demo_tight_layout.py: E402
256
235
examples/subplots_axes_and_figures/two_scales.py: E402
236
+ examples/subplots_axes_and_figures/zoom_inset_axes.py: E402
257
237
examples/tests/backend_driver_sgskip.py: E402, E501
258
238
examples/text_labels_and_annotations/annotation_demo.py: E501
259
239
examples/text_labels_and_annotations/custom_legends.py: E402
@@ -265,6 +245,7 @@ per-file-ignores =
265
245
examples/text_labels_and_annotations/tex_demo.py: E402
266
246
examples/text_labels_and_annotations/watermark_text.py: E402
267
247
examples/ticks_and_spines/auto_ticks.py: E501
248
+ examples/user_interfaces/canvasagg.py: E402
268
249
examples/user_interfaces/embedding_in_gtk3_panzoom_sgskip.py: E402
269
250
examples/user_interfaces/embedding_in_gtk3_sgskip.py: E402
270
251
examples/user_interfaces/embedding_in_qt_sgskip.py: E402
0 commit comments