@@ -41,20 +41,19 @@ exclude =
41
41
42
42
per-file-ignores =
43
43
setup.py: E402
44
- tests.py: F401
44
+
45
45
46
46
lib/matplotlib/__init__.py: E402, F401
47
+ lib/matplotlib/_animation_data.py: E501
47
48
lib/matplotlib/_api/__init__.py: F401
48
49
lib/matplotlib/_cm.py: E122, E202, E203, E302
49
50
lib/matplotlib/_mathtext.py: E221, E251
50
51
lib/matplotlib/_mathtext_data.py: E122, E203, E261
51
- lib/matplotlib/_animation_data.py: E501
52
52
lib/matplotlib/axes/__init__.py: F401, F403
53
53
lib/matplotlib/backends/backend_template.py: F401
54
- lib/matplotlib/backends/qt_editor/formlayout.py: F401, F403
55
54
lib/matplotlib/font_manager.py: E501
56
55
lib/matplotlib/image.py: F401, F403
57
- lib/matplotlib/mathtext.py: E221, E251
56
+ lib/matplotlib/mathtext.py: E221
58
57
lib/matplotlib/pylab.py: F401, F403
59
58
lib/matplotlib/pyplot.py: F401, F811
60
59
lib/matplotlib/tests/test_mathtext.py: E501
@@ -71,17 +70,13 @@ per-file-ignores =
71
70
tutorials/advanced/transforms_tutorial.py: E402, E501
72
71
tutorials/colors/colormaps.py: E501
73
72
tutorials/colors/colors.py: E402
74
- tutorials/colors/colormap-manipulation.py: E402
75
73
tutorials/intermediate/artists.py: E402
76
74
tutorials/intermediate/constrainedlayout_guide.py: E402
77
75
tutorials/intermediate/legend_guide.py: E402
78
76
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
84
77
tutorials/introductory/animation_tutorial.py: E501
78
+ tutorials/introductory/images.py: E501
79
+ tutorials/introductory/pyplot.py: E402, E501
85
80
tutorials/text/annotations.py: E402, E501
86
81
tutorials/text/mathtext.py: E501
87
82
tutorials/text/text_intro.py: E402
@@ -91,10 +86,10 @@ per-file-ignores =
91
86
tutorials/toolkits/axisartist.py: E501
92
87
93
88
examples/animation/frame_grabbing_sgskip.py: E402
94
- examples/lines_bars_and_markers/marker_reference.py: E402
95
89
examples/images_contours_and_fields/tricontour_demo.py: E201
96
90
examples/images_contours_and_fields/tripcolor_demo.py: E201
97
91
examples/images_contours_and_fields/triplot_demo.py: E201
92
+ examples/lines_bars_and_markers/marker_reference.py: E402
98
93
examples/misc/print_stdout_sgskip.py: E402
99
94
examples/misc/table_demo.py: E201
100
95
examples/style_sheets/bmh.py: E501
@@ -112,6 +107,5 @@ per-file-ignores =
112
107
examples/user_interfaces/mpl_with_glade3_sgskip.py: E402
113
108
examples/user_interfaces/pylab_with_gtk3_sgskip.py: E402
114
109
examples/user_interfaces/pylab_with_gtk4_sgskip.py: E402
115
- examples/user_interfaces/toolmanager_sgskip.py: E402
116
110
examples/userdemo/pgf_preamble_sgskip.py: E402
117
111
force-check = True
0 commit comments