@@ -265,7 +265,36 @@ def test_pep8_conformance_examples():
265
265
'*/pylab_examples/tricontour_demo.py' ,
266
266
'*/pylab_examples/tripcolor_demo.py' ,
267
267
'*/pylab_examples/triplot_demo.py' ,
268
- '*/shapes_and_collections/artist_reference.py' ]
268
+ '*/shapes_and_collections/artist_reference.py' ,
269
+ '*/pyplots/align_ylabels.py' ,
270
+ '*/pyplots/pyplot_scales.py' ,
271
+ '*/pyplots/annotate_transform.py' ,
272
+ '*/pyplots/pyplot_simple.py' ,
273
+ '*/pyplots/annotation_basic.py' ,
274
+ '*/pyplots/pyplot_text.py' ,
275
+ '*/pyplots/annotation_polar.py' ,
276
+ '*/pyplots/pyplot_three.py' ,
277
+ '*/pyplots/auto_subplots_adjust.py' ,
278
+ '*/pyplots/pyplot_two_subplots.py' ,
279
+ '*/pyplots/boxplot_demo.py' ,
280
+ '*/pyplots/tex_demo.py' ,
281
+ '*/pyplots/compound_path_demo.py' ,
282
+ '*/pyplots/text_commands.py' ,
283
+ '*/pyplots/dollar_ticks.py' ,
284
+ '*/pyplots/text_layout.py' ,
285
+ '*/pyplots/fig_axes_customize_simple.py' ,
286
+ '*/pyplots/whats_new_1_subplot3d.py' ,
287
+ '*/pyplots/fig_axes_labels_simple.py' ,
288
+ '*/pyplots/whats_new_98_4_fancy.py' ,
289
+ '*/pyplots/fig_x.py' ,
290
+ '*/pyplots/whats_new_98_4_fill_between.py' ,
291
+ '*/pyplots/whats_new_98_4_legend.py' ,
292
+ '*/pyplots/pyplot_annotate.py' ,
293
+ '*/pyplots/whats_new_99_axes_grid.py' ,
294
+ '*/pyplots/pyplot_formatstr.py' ,
295
+ '*/pyplots/whats_new_99_mplot3d.py' ,
296
+ '*/pyplots/pyplot_mathtext.py' ,
297
+ '*/pyplots/whats_new_99_spines.py' ]
269
298
assert_pep8_conformance (dirname = exdir ,
270
299
extra_exclude_directories = blacklist ,
271
300
pep8_additional_ignore = PEP8_ADDITIONAL_IGNORE +
0 commit comments