From eaa001c722dd641f36107f2522569463caaafd17 Mon Sep 17 00:00:00 2001 From: Arnold Krille Date: Sun, 13 Mar 2016 17:50:15 +0100 Subject: [PATCH] ignore lambdas as function definitions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 08172e4..c3ec20f 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,4 @@ basepython = python2.7 deps = flake8 commands = - flake8 rq tests --max-line-length=120 + flake8 rq tests --max-line-length=120 --ignore=E731