From 1f3c6ce035469cdf38879b54f6109eb6e06f5d85 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 29 Jan 2019 22:09:47 -0800 Subject: [PATCH] Add W504 to ignored autopep8 rules Committed via https://github.com/asottile/all-repos --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aaeadc28..f63c3ce5 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ envdir = venv-{[tox]project} commands = [pep8] -ignore = E265,E501 +ignore = E265,E501,W504 [pytest] env =