From 05d8e2469aa4c2ce5c6669f27fcb2995e3b8c2f5 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sat, 2 May 2020 14:19:14 +0100 Subject: [PATCH] Added flake8 ignores 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