@@ -41,20 +41,19 @@ exclude =
4141
4242per-file-ignores =
4343 setup.py: E402
44- tests.py: F401
44+
4545
4646 lib/matplotlib/__init__.py: E402, F401
47+ lib/matplotlib/_animation_data.py: E501
4748 lib/matplotlib/_api/__init__.py: F401
4849 lib/matplotlib/_cm.py: E122, E202, E203, E302
4950 lib/matplotlib/_mathtext.py: E221, E251
5051 lib/matplotlib/_mathtext_data.py: E122, E203, E261
51- lib/matplotlib/_animation_data.py: E501
5252 lib/matplotlib/axes/__init__.py: F401, F403
5353 lib/matplotlib/backends/backend_template.py: F401
54- lib/matplotlib/backends/qt_editor/formlayout.py: F401, F403
5554 lib/matplotlib/font_manager.py: E501
5655 lib/matplotlib/image.py: F401, F403
57- lib/matplotlib/mathtext.py: E221, E251
56+ lib/matplotlib/mathtext.py: E221
5857 lib/matplotlib/pylab.py: F401, F403
5958 lib/matplotlib/pyplot.py: F401, F811
6059 lib/matplotlib/tests/test_mathtext.py: E501
@@ -71,17 +70,13 @@ per-file-ignores =
7170 tutorials/advanced/transforms_tutorial.py: E402, E501
7271 tutorials/colors/colormaps.py: E501
7372 tutorials/colors/colors.py: E402
74- tutorials/colors/colormap-manipulation.py: E402
7573 tutorials/intermediate/artists.py: E402
7674 tutorials/intermediate/constrainedlayout_guide.py: E402
7775 tutorials/intermediate/legend_guide.py: E402
7876 tutorials/intermediate/tight_layout_guide.py: E402
79- tutorials/introductory/customizing.py: E501
80- tutorials/introductory/images.py: E402, E501
81- tutorials/introductory/pyplot.py: E402, E501
82- tutorials/introductory/sample_plots.py: E501
83- tutorials/introductory/quick_start.py: E703
8477 tutorials/introductory/animation_tutorial.py: E501
78+ tutorials/introductory/images.py: E501
79+ tutorials/introductory/pyplot.py: E402, E501
8580 tutorials/text/annotations.py: E402, E501
8681 tutorials/text/mathtext.py: E501
8782 tutorials/text/text_intro.py: E402
@@ -91,10 +86,10 @@ per-file-ignores =
9186 tutorials/toolkits/axisartist.py: E501
9287
9388 examples/animation/frame_grabbing_sgskip.py: E402
94- examples/lines_bars_and_markers/marker_reference.py: E402
9589 examples/images_contours_and_fields/tricontour_demo.py: E201
9690 examples/images_contours_and_fields/tripcolor_demo.py: E201
9791 examples/images_contours_and_fields/triplot_demo.py: E201
92+ examples/lines_bars_and_markers/marker_reference.py: E402
9893 examples/misc/print_stdout_sgskip.py: E402
9994 examples/misc/table_demo.py: E201
10095 examples/style_sheets/bmh.py: E501
@@ -112,6 +107,5 @@ per-file-ignores =
112107 examples/user_interfaces/mpl_with_glade3_sgskip.py: E402
113108 examples/user_interfaces/pylab_with_gtk3_sgskip.py: E402
114109 examples/user_interfaces/pylab_with_gtk4_sgskip.py: E402
115- examples/user_interfaces/toolmanager_sgskip.py: E402
116110 examples/userdemo/pgf_preamble_sgskip.py: E402
117111force-check = True
0 commit comments