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

Skip to content

Commit c548e87

Browse files
committed
Make flake8 tutorials/ exceptions explicit.
1 parent 866e183 commit c548e87

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.flake8

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,29 @@ per-file-ignores =
9292
doc/sphinxext/math_symbol_table.py: E302, E501
9393
doc/sphinxext/skip_deprecated.py: E302
9494
doc/users/generate_credits.py: E302, E501
95-
tutorials/**: E402, E501
95+
tutorials/advanced/path_tutorial.py: E402, E501
96+
tutorials/advanced/patheffects_guide.py: E402, E501
97+
tutorials/advanced/transforms_tutorial.py: E402, E501
98+
tutorials/colors/colormaps.py: E501
99+
tutorials/colors/colors.py: E402
100+
tutorials/intermediate/artists.py: E402, E501
101+
tutorials/intermediate/constrainedlayout_guide.py: E402, E501
102+
tutorials/intermediate/gridspec.py: E402, E501
103+
tutorials/intermediate/legend_guide.py: E402, E501
104+
tutorials/intermediate/tight_layout_guide.py: E402, E501
105+
tutorials/introductory/customizing.py: E501
106+
tutorials/introductory/images.py: E402, E501
107+
tutorials/introductory/pyplot.py: E402, E501
108+
tutorials/introductory/sample_plots.py: E501
109+
tutorials/introductory/usage.py: E402, E501
110+
tutorials/text/annotations.py: E501
111+
tutorials/text/mathtext.py: E501
112+
tutorials/text/pgf.py: E501
113+
tutorials/text/text_intro.py: E402
114+
tutorials/text/text_props.py: E501
115+
tutorials/text/usetex.py: E501
116+
tutorials/toolkits/axes_grid.py: E501
117+
tutorials/toolkits/axisartist.py: E501
96118

97119
examples/**: E501, E402
98120
examples/images_contours_and_fields/tricontour_demo.py: E201

0 commit comments

Comments
 (0)