From 0637d20ec3a8cb9013a8e441eb5b06883639459d Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Thu, 29 Sep 2016 01:44:06 +0200 Subject: [PATCH] Fix flake8 excludes. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index eb5c8f3e5..069a94c0b 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,5 @@ deps = # we aim for 79, but this suppresses warnings for now... max-line-length = 120 ignore = E121,E126,E241,FI12,FI14,FI15,FI50,FI51,FI53,FI54,FI55 -exclude = build require-code = True min-version = 2.7