From 0cc7a517fa31493a2700e13ddbab36b82b0d7e45 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Tue, 11 Oct 2016 12:48:50 -0700 Subject: Fixes flakes --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f57a4ee2..25541697 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,7 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt [testenv:flake8] commands = - flake8 --ignore=X999 {toxinidir}/kombu {toxinidir}/t + flake8 {toxinidir}/kombu {toxinidir}/t [testenv:flakeplus] commands = -- cgit v1.2.1