From 1478d0bc5c4edb1129b0823156a0e02811366b2c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 25 Oct 2018 09:40:02 +0800 Subject: ignore new W504 from flake8/pycodestyle (#4521) * ignore new W504 from flake8/pycodestyle * allow josepy to fail for the moment --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c313e9c2..ea5995e9 100644 --- a/tox.ini +++ b/tox.ini @@ -76,6 +76,7 @@ commands = pytest --capture=no --strict --random {posargs} [flake8] +ignore = W504 exclude = .tox,*.egg,.git,_build,.hypothesis select = E,W,F,N,I application-import-names = cryptography,cryptography_vectors,tests -- cgit v1.2.3