Skip to content

Commit 31cb708

Browse files
committed
made a single file ignore for E402
1 parent eb9003b commit 31cb708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ignore =
66
E111, E114, E115, E116, E122, E124, E125, E127, E128, E129, E131,
77
E265, E266,
88
E305, E306,
9-
E402,
109
E722, E741,
1110
F401, F403, F811, F841,
1211
# Some new flake8 ignores:
@@ -183,6 +182,7 @@ per-file-ignores =
183182
examples/misc/table_demo.py: E201
184183
examples/mplot3d/voxels.py: E501
185184
examples/mplot3d/wire3d_zero_stride.py: E501
185+
examples/pie_and_polar_charts/bar_of_pie.py: E402
186186
examples/pie_and_polar_charts/nested_pie.py: E402
187187
examples/pie_and_polar_charts/pie_and_donut_labels.py: E402
188188
examples/pie_and_polar_charts/pie_demo2.py: E402

0 commit comments

Comments
 (0)