@@ -76,24 +76,23 @@ per-file-ignores =
76
76
lib/pylab.py: F401, F403
77
77
78
78
doc/conf.py: E402, E501
79
- tutorials/advanced/path_tutorial.py: E402, E501
80
- tutorials/advanced/patheffects_guide.py: E402, E501
79
+ tutorials/advanced/path_tutorial.py: E402
80
+ tutorials/advanced/patheffects_guide.py: E402
81
81
tutorials/advanced/transforms_tutorial.py: E402, E501
82
82
tutorials/colors/colormaps.py: E501
83
83
tutorials/colors/colors.py: E402
84
84
tutorials/colors/colormap-manipulation.py: E402
85
- tutorials/intermediate/artists.py: E402, E501
85
+ tutorials/intermediate/artists.py: E402
86
86
tutorials/intermediate/constrainedlayout_guide.py: E402
87
- tutorials/intermediate/gridspec.py: E402, E501
88
- tutorials/intermediate/legend_guide.py: E402, E501
89
- tutorials/intermediate/tight_layout_guide.py: E402, E501
87
+ tutorials/intermediate/gridspec.py: E402
88
+ tutorials/intermediate/legend_guide.py: E402
89
+ tutorials/intermediate/tight_layout_guide.py: E402
90
90
tutorials/introductory/customizing.py: E501
91
91
tutorials/introductory/images.py: E402, E501
92
92
tutorials/introductory/pyplot.py: E402, E501
93
93
tutorials/introductory/sample_plots.py: E501
94
94
tutorials/introductory/usage.py: E501
95
95
tutorials/text/annotations.py: E501
96
- tutorials/text/pgf.py: E501
97
96
tutorials/text/text_intro.py: E402
98
97
tutorials/text/text_props.py: E501
99
98
tutorials/text/usetex.py: E501
@@ -112,18 +111,13 @@ per-file-ignores =
112
111
examples/color/colormap_reference.py: E402
113
112
examples/color/custom_cmap.py: E402
114
113
examples/color/named_colors.py: E402
115
- examples/event_handling/data_browser.py: E501
116
- examples/event_handling/path_editor.py: E501
117
- examples/event_handling/pick_event_demo.py: E501
118
- examples/event_handling/poly_editor.py: E501
119
- examples/event_handling/viewlims.py: E501
120
114
examples/images_contours_and_fields/affine_image.py: E402
121
115
examples/images_contours_and_fields/barb_demo.py: E402
122
116
examples/images_contours_and_fields/barcode_demo.py: E402
123
117
examples/images_contours_and_fields/contour_corner_mask.py: E402
124
- examples/images_contours_and_fields/contour_demo.py: E402, E501
118
+ examples/images_contours_and_fields/contour_demo.py: E402
125
119
examples/images_contours_and_fields/contour_image.py: E402
126
- examples/images_contours_and_fields/contourf_demo.py: E402, E501
120
+ examples/images_contours_and_fields/contourf_demo.py: E402
127
121
examples/images_contours_and_fields/contourf_hatching.py: E402
128
122
examples/images_contours_and_fields/contourf_log.py: E402
129
123
examples/images_contours_and_fields/demo_bboximage.py: E402
@@ -143,8 +137,8 @@ per-file-ignores =
143
137
examples/images_contours_and_fields/quadmesh_demo.py: E402
144
138
examples/images_contours_and_fields/quiver_demo.py: E402
145
139
examples/images_contours_and_fields/quiver_simple_demo.py: E402
146
- examples/images_contours_and_fields/shading_example.py: E402, E501
147
- examples/images_contours_and_fields/specgram_demo.py: E402, E501
140
+ examples/images_contours_and_fields/shading_example.py: E402
141
+ examples/images_contours_and_fields/specgram_demo.py: E402
148
142
examples/images_contours_and_fields/spy_demos.py: E402
149
143
examples/images_contours_and_fields/tricontour_demo.py: E201, E402
150
144
examples/images_contours_and_fields/tricontour_smooth_delaunay.py: E402
@@ -169,17 +163,11 @@ per-file-ignores =
169
163
examples/lines_bars_and_markers/timeline.py: E402
170
164
examples/lines_bars_and_markers/xcorr_acorr_demo.py: E402
171
165
examples/misc/agg_buffer.py: E402
172
- examples/misc/anchored_artists.py: E501
173
- examples/misc/contour_manual.py: E501
174
- examples/misc/font_indexing.py: E501
175
- examples/misc/ftface_props.py: E501
176
166
examples/misc/histogram_path.py: E402
177
167
examples/misc/print_stdout_sgskip.py: E402
178
- examples/misc/svg_filter_line.py: E402, E501
179
- examples/misc/svg_filter_pie.py: E402, E501
168
+ examples/misc/svg_filter_line.py: E402
169
+ examples/misc/svg_filter_pie.py: E402
180
170
examples/misc/table_demo.py: E201
181
- examples/mplot3d/voxels.py: E501
182
- examples/mplot3d/wire3d_zero_stride.py: E501
183
171
examples/pie_and_polar_charts/bar_of_pie.py: E402
184
172
examples/pie_and_polar_charts/nested_pie.py: E402
185
173
examples/pie_and_polar_charts/pie_and_donut_labels.py: E402
@@ -190,7 +178,7 @@ per-file-ignores =
190
178
examples/pie_and_polar_charts/polar_legend.py: E402
191
179
examples/pie_and_polar_charts/polar_scatter.py: E402
192
180
examples/pyplots/align_ylabels.py: E402
193
- examples/pyplots/annotate_transform.py: E228, E251, E402, E501
181
+ examples/pyplots/annotate_transform.py: E228, E251, E402
194
182
examples/pyplots/annotation_basic.py: E402
195
183
examples/pyplots/annotation_polar.py: E231, E402
196
184
examples/pyplots/auto_subplots_adjust.py: E231, E302, E402
@@ -216,13 +204,12 @@ per-file-ignores =
216
204
examples/pyplots/whats_new_99_axes_grid.py: E402
217
205
examples/pyplots/whats_new_99_mplot3d.py: E402
218
206
examples/pyplots/whats_new_99_spines.py: E231, E402
219
- examples/recipes/placing_text_boxes.py: E501
220
207
examples/scales/power_norm.py: E402
221
208
examples/scales/scales.py: E402
222
209
examples/shapes_and_collections/artist_reference.py: E402
223
210
examples/shapes_and_collections/collections.py: E402
224
211
examples/shapes_and_collections/compound_path.py: E402
225
- examples/shapes_and_collections/dolphin.py: E402, E501
212
+ examples/shapes_and_collections/dolphin.py: E402
226
213
examples/shapes_and_collections/donut.py: E402
227
214
examples/shapes_and_collections/ellipse_collection.py: E402
228
215
examples/shapes_and_collections/ellipse_demo.py: E402
@@ -231,17 +218,16 @@ per-file-ignores =
231
218
examples/shapes_and_collections/line_collection.py: E402
232
219
examples/shapes_and_collections/marker_path.py: E402
233
220
examples/shapes_and_collections/patch_collection.py: E402
234
- examples/shapes_and_collections/path_patch.py: E402, E501
221
+ examples/shapes_and_collections/path_patch.py: E402
235
222
examples/shapes_and_collections/quad_bezier.py: E402
236
223
examples/shapes_and_collections/scatter.py: E402
237
224
examples/showcase/firefox.py: E501
238
- examples/specialty_plots/anscombe.py: E402, E501
225
+ examples/specialty_plots/anscombe.py: E402
239
226
examples/specialty_plots/radar_chart.py: E402
240
- examples/specialty_plots/sankey_basics.py: E402, E501
227
+ examples/specialty_plots/sankey_basics.py: E402
241
228
examples/specialty_plots/sankey_links.py: E402
242
229
examples/specialty_plots/sankey_rankine.py: E402
243
230
examples/specialty_plots/skewt.py: E402
244
- examples/statistics/boxplot_demo.py: E501
245
231
examples/style_sheets/bmh.py: E501
246
232
examples/style_sheets/ggplot.py: E501
247
233
examples/style_sheets/plot_solarizedlight2.py: E501
@@ -253,8 +239,7 @@ per-file-ignores =
253
239
examples/subplots_axes_and_figures/secondary_axis.py: E402
254
240
examples/subplots_axes_and_figures/two_scales.py: E402
255
241
examples/subplots_axes_and_figures/zoom_inset_axes.py: E402
256
- examples/tests/backend_driver_sgskip.py: E402, E501
257
- examples/text_labels_and_annotations/annotation_demo.py: E501
242
+ examples/tests/backend_driver_sgskip.py: E402
258
243
examples/text_labels_and_annotations/demo_text_rotation_mode.py: E402
259
244
examples/text_labels_and_annotations/custom_legends.py: E402
260
245
examples/text_labels_and_annotations/fancyarrow_demo.py: E402
@@ -265,24 +250,16 @@ per-file-ignores =
265
250
examples/text_labels_and_annotations/mathtext_asarray.py: E402
266
251
examples/text_labels_and_annotations/tex_demo.py: E402
267
252
examples/text_labels_and_annotations/watermark_text.py: E402
268
- examples/ticks_and_spines/auto_ticks.py: E501
269
253
examples/ticks_and_spines/date_concise_formatter.py: E402
270
254
examples/user_interfaces/canvasagg.py: E402
271
255
examples/user_interfaces/embedding_in_gtk3_panzoom_sgskip.py: E402
272
256
examples/user_interfaces/embedding_in_gtk3_sgskip.py: E402
273
257
examples/user_interfaces/embedding_in_qt_sgskip.py: E402
274
- examples/user_interfaces/embedding_in_wx2_sgskip.py: E501
275
- examples/user_interfaces/embedding_in_wx3_sgskip.py: E501
276
- examples/user_interfaces/embedding_in_wx4_sgskip.py: E501
277
- examples/user_interfaces/embedding_in_wx5_sgskip.py: E501
278
- examples/user_interfaces/embedding_webagg_sgskip.py: E501
279
258
examples/user_interfaces/gtk_spreadsheet_sgskip.py: E402
280
- examples/user_interfaces/mathtext_wx_sgskip.py: E402, E501
259
+ examples/user_interfaces/mathtext_wx_sgskip.py: E402
281
260
examples/user_interfaces/mpl_with_glade3_sgskip.py: E402
282
261
examples/user_interfaces/pylab_with_gtk_sgskip.py: E302, E402
283
262
examples/user_interfaces/toolmanager_sgskip.py: E402
284
263
examples/userdemo/connectionstyle_demo.py: E402
285
264
examples/userdemo/custom_boxstyle01.py: E402
286
265
examples/userdemo/pgf_preamble_sgskip.py: E402
287
- examples/userdemo/simple_annotate01.py: E501
288
- examples/widgets/rectangle_selector.py: E501
0 commit comments