aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-25 09:40:02 +0800
committerDonald Stufft <donald@stufft.io>2018-10-24 21:40:02 -0400
commit1478d0bc5c4edb1129b0823156a0e02811366b2c (patch)
tree3079d13d13b4474ee34b29d6b5098c89366fa021 /tox.ini
parent9569f5cbde11c730d78b2082bcca4d4e36ba9f23 (diff)
downloadcryptography-1478d0bc5c4edb1129b0823156a0e02811366b2c.tar.gz
cryptography-1478d0bc5c4edb1129b0823156a0e02811366b2c.tar.bz2
cryptography-1478d0bc5c4edb1129b0823156a0e02811366b2c.zip
ignore new W504 from flake8/pycodestyle (#4521)
* ignore new W504 from flake8/pycodestyle * allow josepy to fail for the moment
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
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