From 3b1b9ac4cf6c5e07e01919ec8b1d703a95c4a43b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 1 Jun 2018 13:39:40 -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 a254c369..15674934 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ envdir = venv-{[tox]project} commands = [pep8] -ignore = E265,E309,E501 +ignore = E265,E501 [pytest] env =