Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e176fd

Browse files
meeseeksmachinetimhoffm
authored andcommitted
Backport PR #12730: MNT: merge ignore lines in .flake8 (#12733)
1 parent 1cad07e commit 6e176fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.flake8

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ per-file-ignores =
203203
examples/pyplots/pyplot_formatstr.py: E231, E402
204204
examples/pyplots/pyplot_mathtext.py: E231, E402
205205
examples/pyplots/pyplot_scales.py: E402
206-
examples/pyplots/pyplot_simple.py: E231
207-
examples/pyplots/pyplot_simple.py: E402
206+
examples/pyplots/pyplot_simple.py: E231, E402
208207
examples/pyplots/pyplot_text.py: E402
209208
examples/pyplots/pyplot_three.py: E402
210209
examples/pyplots/pyplot_two_subplots.py: E302, E402

0 commit comments

Comments
 (0)