From 4d93f84efa56cc317b261decc0d000460a0d0a04 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Sat, 25 May 2019 20:04:54 -0500 Subject: [PATCH] flake8 should extend_ignore not ignore --- .flake8 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.flake8 b/.flake8 index 2215651..06d7662 100644 --- a/.flake8 +++ b/.flake8 @@ -1,9 +1,7 @@ [flake8] -ignore = +extend_ignore = # E128 continuation line under-indented for visual indent # E128, # E501 line too long E501 - # W504 line break after binary operator - W504 exclude = .git,__pycache__,venv