From 81ccb8d767f9eefeb5dc00eea9874330f0113976 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Fri, 20 Mar 2020 08:59:09 +0100 Subject: [PATCH] stop hound from reporting line break before operator --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 67ed2d77a3..f28d8cbfc3 100644 --- a/.flake8 +++ b/.flake8 @@ -1,6 +1,7 @@ [flake8] # ignore = D203 ignore = BLK100 +ignore = W504 max-line-length = 79 exclude = .git,