From c1e2f58443aff7ad2d6838896c56ef4a4ac18c3d Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 28 Dec 2016 23:18:57 +0200 Subject: [PATCH] Just say no. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index ca6c7004b..c6d6060bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,4 +4,6 @@ ignore = E261, # E501: line too long E501 + # [E302]: expected 2 blank lines, found 1 + E302 max-line-length = 120