From c9f7b813e37048bfd75b404b800f5216350e78cc Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 29 Jan 2019 22:09:54 -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 a4be8bf..c131e6f 100644 --- a/tox.ini +++ b/tox.ini @@ -21,4 +21,4 @@ commands = max-line-length=131 [pep8] -ignore=E265,E501 +ignore=E265,E501,W504