Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0543f77

Browse files
author
William Granados
committed
added examples from pyplots to ignore list for pep8 coding standards
fixed typo from previous commit; redirected to wrong file path
1 parent 7d64c41 commit 0543f77

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,36 @@ def test_pep8_conformance_examples():
265265
'*/pylab_examples/tricontour_demo.py',
266266
'*/pylab_examples/tripcolor_demo.py',
267267
'*/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']
269298
assert_pep8_conformance(dirname=exdir,
270299
extra_exclude_directories=blacklist,
271300
pep8_additional_ignore=PEP8_ADDITIONAL_IGNORE +

0 commit comments

Comments
 (0)