@@ -28,61 +28,61 @@ per-file-ignores =
28
28
tools/compare_backend_driver_results.py: E501
29
29
tools/subset.py: E221, E231, E251, E261, E302, E501, E701
30
30
31
- matplotlib/_cm.py: E202, E203, E302
32
- matplotlib/_mathtext_data.py: E203, E261
33
- matplotlib/backend_bases.py: E225
34
- matplotlib/backends/_backend_tk.py: E203, E222, E225, E231, E271, E301, E303, E401, E501, E701
35
- matplotlib/backends/backend_agg.py: E261, E302, E701
36
- matplotlib/backends/backend_cairo.py: E203, E221, E261, E303, E402
37
- matplotlib/backends/backend_gtk3.py: E203, E221, E222, E225, E251, E261, E501
38
- matplotlib/backends/backend_macosx.py: E231, E261
39
- matplotlib/backends/backend_pgf.py: E303, E731
40
- matplotlib/backends/backend_ps.py: E203, E225, E228, E231, E261, E262, E302, E303, E501, E701
41
- matplotlib/backends/backend_svg.py: E203, E225, E228, E231, E261, E302, E501
42
- matplotlib/backends/qt_editor/formlayout.py: E301, E501
43
- matplotlib/backends/tkagg.py: E231, E302, E701
44
- matplotlib/backends/windowing.py: E301, E302
45
- matplotlib/font_manager.py: E203, E221, E251, E261, E262, E302, E501
46
- matplotlib/fontconfig_pattern.py: E201, E203, E221, E222, E225, E302
47
- matplotlib/legend_handler.py: E201, E501
48
- matplotlib/mathtext.py: E201, E202, E203, E211, E221, E222, E225, E231, E251, E261, E301, E302, E303, E402, E501
49
- matplotlib/patheffects.py: E231
50
- matplotlib/projections/geo.py: E203, E221, E231, E261, E502
51
- matplotlib/pylab.py: E501
52
- matplotlib/pyplot.py: E201, E202, E221, E222, E225, E231, E251, E261, E501
53
- matplotlib/rcsetup.py: E203, E225, E261, E302, E501
54
- matplotlib/sphinxext/mathmpl.py: E302
55
- matplotlib/sphinxext/only_directives.py: E302
56
- matplotlib/sphinxext/plot_directive.py: E261, E302, E402
57
- matplotlib/tests/test_image.py: E231
58
- matplotlib/tests/test_mathtext.py: E501
59
- matplotlib/transforms.py: E201, E202, E203, E501
60
- matplotlib/tri/triinterpolate.py: E201, E221
61
- matplotlib/type1font.py: E731
31
+ lib/ matplotlib/_cm.py: E202, E203, E302
32
+ lib/ matplotlib/_mathtext_data.py: E203, E261
33
+ lib/ matplotlib/backend_bases.py: E225
34
+ lib/ matplotlib/backends/_backend_tk.py: E203, E222, E225, E231, E271, E301, E303, E401, E501, E701
35
+ lib/ matplotlib/backends/backend_agg.py: E261, E302, E701
36
+ lib/ matplotlib/backends/backend_cairo.py: E203, E221, E261, E303, E402
37
+ lib/ matplotlib/backends/backend_gtk3.py: E203, E221, E222, E225, E251, E261, E501
38
+ lib/ matplotlib/backends/backend_macosx.py: E231, E261
39
+ lib/ matplotlib/backends/backend_pgf.py: E303, E731
40
+ lib/ matplotlib/backends/backend_ps.py: E203, E225, E228, E231, E261, E262, E302, E303, E501, E701
41
+ lib/ matplotlib/backends/backend_svg.py: E203, E225, E228, E231, E261, E302, E501
42
+ lib/ matplotlib/backends/qt_editor/formlayout.py: E301, E501
43
+ lib/ matplotlib/backends/tkagg.py: E231, E302, E701
44
+ lib/ matplotlib/backends/windowing.py: E301, E302
45
+ lib/ matplotlib/font_manager.py: E203, E221, E251, E261, E262, E302, E501
46
+ lib/ matplotlib/fontconfig_pattern.py: E201, E203, E221, E222, E225, E302
47
+ lib/ matplotlib/legend_handler.py: E201, E501
48
+ lib/ matplotlib/mathtext.py: E201, E202, E203, E211, E221, E222, E225, E231, E251, E261, E301, E302, E303, E402, E501
49
+ lib/ matplotlib/patheffects.py: E231
50
+ lib/ matplotlib/projections/geo.py: E203, E221, E231, E261, E502
51
+ lib/ matplotlib/pylab.py: E501
52
+ lib/ matplotlib/pyplot.py: E201, E202, E221, E222, E225, E231, E251, E261, E501
53
+ lib/ matplotlib/rcsetup.py: E203, E225, E261, E302, E501
54
+ lib/ matplotlib/sphinxext/mathmpl.py: E302
55
+ lib/ matplotlib/sphinxext/only_directives.py: E302
56
+ lib/ matplotlib/sphinxext/plot_directive.py: E261, E302, E402
57
+ lib/ matplotlib/tests/test_image.py: E231
58
+ lib/ matplotlib/tests/test_mathtext.py: E501
59
+ lib/ matplotlib/transforms.py: E201, E202, E203, E501
60
+ lib/ matplotlib/tri/triinterpolate.py: E201, E221
61
+ lib/ matplotlib/type1font.py: E731
62
62
63
- mpl_toolkits/__init__.py: E261
64
- mpl_toolkits/axes_grid/axes_rgb.py: E501
65
- mpl_toolkits/axes_grid1/axes_divider.py: E402, E501
66
- mpl_toolkits/axes_grid1/axes_grid.py: E225
67
- mpl_toolkits/axes_grid1/axes_rgb.py: E231
68
- mpl_toolkits/axes_grid1/axes_size.py: E261, E501
69
- mpl_toolkits/axes_grid1/colorbar.py: E225, E231, E261, E262, E302, E303, E501, E701
70
- mpl_toolkits/axes_grid1/inset_locator.py: E501
71
- mpl_toolkits/axes_grid1/mpl_axes.py: E303, E501
72
- mpl_toolkits/axisartist/angle_helper.py: E201, E203, E221, E222, E225, E231, E251, E261, E262, E302, E303, E501
73
- mpl_toolkits/axisartist/axis_artist.py: E201, E202, E221, E225, E228, E231, E251, E261, E262, E302, E303, E402, E501, E701
74
- mpl_toolkits/axisartist/axisline_style.py: E231, E261, E262, E302, E303
75
- mpl_toolkits/axisartist/axislines.py: E225, E231, E261, E303, E501
76
- mpl_toolkits/axisartist/clip_path.py: E225, E302, E303, E501
77
- mpl_toolkits/axisartist/floating_axes.py: E225, E231, E261, E262, E302, E303, E402, E501
78
- mpl_toolkits/axisartist/grid_finder.py: E231, E261, E302, E303, E402
79
- mpl_toolkits/axisartist/grid_helper_curvelinear.py: E225, E231, E261, E262, E271, E302, E303, E501
80
- mpl_toolkits/mplot3d/art3d.py: E203, E222, E225, E231
81
- mpl_toolkits/mplot3d/axes3d.py: E203, E231, E402, E501, E701
82
- mpl_toolkits/mplot3d/axis3d.py: E231, E302
83
- mpl_toolkits/mplot3d/proj3d.py: E231, E302, E303
84
- mpl_toolkits/tests/test_axes_grid1.py: E201, E202
85
- mpl_toolkits/tests/test_mplot3d.py: E231, E302
63
+ lib/ mpl_toolkits/__init__.py: E261
64
+ lib/ mpl_toolkits/axes_grid/axes_rgb.py: E501
65
+ lib/ mpl_toolkits/axes_grid1/axes_divider.py: E402, E501
66
+ lib/ mpl_toolkits/axes_grid1/axes_grid.py: E225
67
+ lib/ mpl_toolkits/axes_grid1/axes_rgb.py: E231
68
+ lib/ mpl_toolkits/axes_grid1/axes_size.py: E261, E501
69
+ lib/ mpl_toolkits/axes_grid1/colorbar.py: E225, E231, E261, E262, E302, E303, E501, E701
70
+ lib/ mpl_toolkits/axes_grid1/inset_locator.py: E501
71
+ lib/ mpl_toolkits/axes_grid1/mpl_axes.py: E303, E501
72
+ lib/ mpl_toolkits/axisartist/angle_helper.py: E201, E203, E221, E222, E225, E231, E251, E261, E262, E302, E303, E501
73
+ lib/ mpl_toolkits/axisartist/axis_artist.py: E201, E202, E221, E225, E228, E231, E251, E261, E262, E302, E303, E402, E501, E701
74
+ lib/ mpl_toolkits/axisartist/axisline_style.py: E231, E261, E262, E302, E303
75
+ lib/ mpl_toolkits/axisartist/axislines.py: E225, E231, E261, E303, E501
76
+ lib/ mpl_toolkits/axisartist/clip_path.py: E225, E302, E303, E501
77
+ lib/ mpl_toolkits/axisartist/floating_axes.py: E225, E231, E261, E262, E302, E303, E402, E501
78
+ lib/ mpl_toolkits/axisartist/grid_finder.py: E231, E261, E302, E303, E402
79
+ lib/ mpl_toolkits/axisartist/grid_helper_curvelinear.py: E225, E231, E261, E262, E271, E302, E303, E501
80
+ lib/ mpl_toolkits/mplot3d/art3d.py: E203, E222, E225, E231
81
+ lib/ mpl_toolkits/mplot3d/axes3d.py: E203, E231, E402, E501, E701
82
+ lib/ mpl_toolkits/mplot3d/axis3d.py: E231, E302
83
+ lib/ mpl_toolkits/mplot3d/proj3d.py: E231, E302, E303
84
+ lib/ mpl_toolkits/tests/test_axes_grid1.py: E201, E202
85
+ lib/ mpl_toolkits/tests/test_mplot3d.py: E231, E302
86
86
87
87
doc/conf.py: E402, E501
88
88
doc/sphinxext/github.py: E302, E501
0 commit comments