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

Skip to content

Commit 3af4532

Browse files
authored
Merge pull request #12730 from tacaswell/flake8_config
MNT: merge ignore lines in .flake8
2 parents 166d638 + 547c18d commit 3af4532

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
@@ -182,8 +182,7 @@ per-file-ignores =
182182
examples/pyplots/pyplot_formatstr.py: E231, E402
183183
examples/pyplots/pyplot_mathtext.py: E231, E402
184184
examples/pyplots/pyplot_scales.py: E402
185-
examples/pyplots/pyplot_simple.py: E231
186-
examples/pyplots/pyplot_simple.py: E402
185+
examples/pyplots/pyplot_simple.py: E231, E402
187186
examples/pyplots/pyplot_text.py: E402
188187
examples/pyplots/pyplot_three.py: E402
189188
examples/pyplots/pyplot_two_subplots.py: E302, E402

0 commit comments

Comments
 (0)