From 25737fd6a412f4fe9b780305c0260bb6e938be1b Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Fri, 26 Oct 2018 02:34:38 +0200
Subject: [PATCH] fix new lint errors from flake8

---
 .flake8 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.flake8 b/.flake8
index f8da47c..958f8f9 100644
--- a/.flake8
+++ b/.flake8
@@ -6,6 +6,8 @@
     E731
     # W503: line break before binary operator (flake8 is not PEP8 compliant)
     W503
+    # W504: line break after binary operator (flake8 is not PEP8 compliant)
+    W504
 exclude =
     src/pyramid/compat.py
     src/pyramid/scaffolds/alchemy

--
Gitblit v1.9.3