From 6b5735825c24553cf15dfe82794fceb97d596a35 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Fri, 1 Jul 2016 14:40:38 -0700 Subject: Enable all flake8 rules --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6475dec4..ebb79951 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt [testenv:flake8] commands = - flake8 {toxinidir}/kombu + flake8 --ignore=X999 {toxinidir}/kombu [testenv:flakeplus] commands = -- cgit v1.2.1