From bbcad943b677f0b59ffc056fb6659cfcab0e6f91 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sun, 3 May 2020 15:55:57 +0100 Subject: [PATCH] style: Ignore flake8 warnings W503 and W504 Avoid W503/W504 with current code as the current code not compliant and they are contradictory. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index bd753fb..317e863 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ universal = 1 [flake8] import-order-style = pep8 application-import-names = yamllint +ignore = W503,W504 [build_sphinx] all-files = 1