From 29c65d7bd0041c3b63b681aff0996e000eacd6e0 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 24 Oct 2018 15:53:44 -0500 Subject: [PATCH] Can no longer report all warnings, ignore W503 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index afefb81..3491f7a 100644 --- a/tox.ini +++ b/tox.ini @@ -27,3 +27,4 @@ commands = [flake8] exclude = .tox,*.egg,build,data,devel select = E,W,F +ignore = W503 -- 2.34.1