From 547c18dd19493d6701ef28d1e53a0024041ba502 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sat, 3 Nov 2018 23:25:38 -0400 Subject: [PATCH] MNT: merge ignore lines in .flake8 This is a bit of future proofing against the per-file-ignores functionality moving into core flake8. --- .flake8 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index ca53c15209cf..39e197ee77c2 100644 --- a/.flake8 +++ b/.flake8 @@ -182,8 +182,7 @@ per-file-ignores = examples/pyplots/pyplot_formatstr.py: E231, E402 examples/pyplots/pyplot_mathtext.py: E231, E402 examples/pyplots/pyplot_scales.py: E402 - examples/pyplots/pyplot_simple.py: E231 - examples/pyplots/pyplot_simple.py: E402 + examples/pyplots/pyplot_simple.py: E231, E402 examples/pyplots/pyplot_text.py: E402 examples/pyplots/pyplot_three.py: E402 examples/pyplots/pyplot_two_subplots.py: E302, E402