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