From d12ed2f637c48ea3748fe08ea49342e9c6bcd6d2 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 1 Jun 2018 13:39:48 -0700 Subject: [PATCH] E309 is no longer rewritten by autopep8 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 06c3588..0b33d3e 100644 --- a/tox.ini +++ b/tox.ini @@ -21,4 +21,4 @@ commands = max-line-length=131 [pep8] -ignore=E265,E309,E501 +ignore=E265,E501