From: Karl O. Pinc Date: Wed, 24 Oct 2018 20:50:37 +0000 (-0500) Subject: Can no longer report all warnings, ignore W503 X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=20d9e157de7e11170f75ea5f24feb5b86ed4a7ee;p=pgwui_core Can no longer report all warnings, ignore W503 --- diff --git a/tox.ini b/tox.ini index e051fb7..8f98b28 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