@@ -28,38 +28,32 @@ per-file-ignores =
2828 tools/compare_backend_driver_results.py: E501
2929 tools/subset.py: E221, E251, E261, E302, E501
3030
31- matplotlib/_cm.py: E202, E203, E302
32- matplotlib/_mathtext_data.py: E203, E261
33- matplotlib/backends/_backend_tk.py: E501
34- matplotlib/backends/backend_agg.py: E302
35- matplotlib/backends/backend_cairo.py: E203, E221, E402
36- matplotlib/backends/backend_gtk3.py: E203, E221, E222, E225, E251, E501
37- matplotlib/backends/backend_pgf.py: E731
38- matplotlib/backends/qt_editor/_formlayout.py: E501
39- matplotlib/font_manager.py: E203, E221, E251, E501
40- matplotlib/fontconfig_pattern.py: E201, E203, E221, E222, E225
41- matplotlib/mathtext.py: E201, E202, E203, E211, E221, E222, E225, E251, E301, E402
42- matplotlib/projections/geo.py: E203, E221, E502
43- matplotlib/pylab.py: E501
44- matplotlib/rcsetup.py: E501
45- matplotlib/sphinxext/plot_directive.py: E402
46- matplotlib/tests/test_mathtext.py: E501
47- matplotlib/transforms.py: E201, E202, E203, E501
48- matplotlib/tri/triinterpolate.py: E201, E221
49- matplotlib/type1font.py: E731
31+ lib/matplotlib/_cm.py: E202, E203, E302
32+ lib/matplotlib/_mathtext_data.py: E203, E261
33+ lib/matplotlib/backends/_backend_tk.py: E501
34+ lib/matplotlib/backends/backend_agg.py: E302
35+ lib/matplotlib/backends/backend_cairo.py: E203, E221, E402
36+ lib/matplotlib/backends/backend_gtk3.py: E203, E221, E222, E225, E251, E501
37+ lib/matplotlib/backends/backend_pgf.py: E731
38+ lib/matplotlib/backends/qt_editor/_formlayout.py: E501
39+ lib/matplotlib/font_manager.py: E203, E221, E251, E501
40+ lib/matplotlib/fontconfig_pattern.py: E201, E203, E221, E222, E225
41+ lib/matplotlib/mathtext.py: E201, E202, E203, E211, E221, E222, E225, E251, E301, E402
42+ lib/matplotlib/projections/geo.py: E203, E221, E502
43+ lib/matplotlib/pylab.py: E501
44+ lib/matplotlib/rcsetup.py: E501
45+ lib/matplotlib/tests/test_mathtext.py: E501
46+ lib/matplotlib/transforms.py: E201, E202, E203, E501
47+ lib/matplotlib/tri/triinterpolate.py: E201, E221
48+ lib/matplotlib/type1font.py: E731
5049
51- mpl_toolkits/axes_grid/axes_rgb.py: E501
52- mpl_toolkits/axes_grid1/axes_divider.py: E402, E501
53- mpl_toolkits/axes_grid1/axes_grid.py: E225
54- mpl_toolkits/axes_grid1/axes_size.py: E272, E501
55- mpl_toolkits/axes_grid1/colorbar.py: E225, E501
56- mpl_toolkits/axes_grid1/inset_locator.py: E501
57- mpl_toolkits/axes_grid1/mpl_axes.py: E501
58- mpl_toolkits/axisartist/angle_helper.py: E221
59- mpl_toolkits/axisartist/clip_path.py: E225, E501
60- mpl_toolkits/axisartist/floating_axes.py: E225, E402, E501
61- mpl_toolkits/axisartist/grid_helper_curvelinear.py: E225, E501
62- mpl_toolkits/tests/test_axes_grid1.py: E201, E202
50+ lib/mpl_toolkits/axes_grid1/axes_divider.py: E402, E501
51+ lib/mpl_toolkits/axes_grid1/axes_size.py: E272
52+ lib/mpl_toolkits/axes_grid1/colorbar.py: E225, E501
53+ lib/mpl_toolkits/axisartist/angle_helper.py: E221
54+ lib/mpl_toolkits/axisartist/clip_path.py: E225
55+ lib/mpl_toolkits/axisartist/floating_axes.py: E225, E402, E501
56+ lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py: E225, E501
6357
6458 doc/conf.py: E402, E501
6559 doc/sphinxext/github.py: E302, E501
@@ -142,11 +136,14 @@ per-file-ignores =
142136 examples/images_contours_and_fields/tripcolor_demo.py: E201, E402
143137 examples/images_contours_and_fields/triplot_demo.py: E201, E402
144138 examples/images_contours_and_fields/watermark_image.py: E402
139+ examples/lines_bars_and_markers/errorbar_limits_simple.py: E402
145140 examples/lines_bars_and_markers/fill_between_demo.py: E402
146141 examples/lines_bars_and_markers/filled_step.py: E402
147142 examples/lines_bars_and_markers/joinstyle.py: E402
148143 examples/lines_bars_and_markers/scatter_piecharts.py: E402
144+ examples/lines_bars_and_markers/scatter_with_legend.py: E402
149145 examples/lines_bars_and_markers/span_regions.py: E402
146+ examples/lines_bars_and_markers/step_demo.py: E402
150147 examples/misc/agg_buffer.py: E402
151148 examples/misc/anchored_artists.py: E501
152149 examples/misc/contour_manual.py: E501
@@ -185,7 +182,7 @@ per-file-ignores =
185182 examples/pyplots/pyplot_simple.py: E231, E402
186183 examples/pyplots/pyplot_text.py: E402
187184 examples/pyplots/pyplot_three.py: E402
188- examples/pyplots/pyplot_two_subplots.py: E302, E402
185+ examples/pyplots/pyplot_two_subplots.py: E402
189186 examples/pyplots/text_commands.py: E231, E402
190187 examples/pyplots/text_layout.py: E231, E402
191188 examples/pyplots/whats_new_1_subplot3d.py: E402
@@ -197,6 +194,7 @@ per-file-ignores =
197194 examples/pyplots/whats_new_99_spines.py: E231, E402
198195 examples/recipes/placing_text_boxes.py: E501
199196 examples/scales/power_norm.py: E402
197+ examples/scales/scales.py: E402
200198 examples/shapes_and_collections/artist_reference.py: E402
201199 examples/shapes_and_collections/collections.py: E402
202200 examples/shapes_and_collections/compound_path.py: E402
@@ -227,6 +225,7 @@ per-file-ignores =
227225 examples/subplots_axes_and_figures/axes_zoom_effect.py: E402
228226 examples/subplots_axes_and_figures/demo_constrained_layout.py: E402
229227 examples/subplots_axes_and_figures/demo_tight_layout.py: E402
228+ examples/subplots_axes_and_figures/secondary_axis.py: E402
230229 examples/subplots_axes_and_figures/two_scales.py: E402
231230 examples/subplots_axes_and_figures/zoom_inset_axes.py: E402
232231 examples/tests/backend_driver_sgskip.py: E402, E501
@@ -240,6 +239,7 @@ per-file-ignores =
240239 examples/text_labels_and_annotations/tex_demo.py: E402
241240 examples/text_labels_and_annotations/watermark_text.py: E402
242241 examples/ticks_and_spines/auto_ticks.py: E501
242+ examples/ticks_and_spines/date_concise_formatter.py: E402
243243 examples/user_interfaces/canvasagg.py: E402
244244 examples/user_interfaces/embedding_in_gtk3_panzoom_sgskip.py: E402
245245 examples/user_interfaces/embedding_in_gtk3_sgskip.py: E402
0 commit comments