From 045aefd0031a3a01543d59da0e98c7b13f8b948f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 15 Feb 2015 10:54:57 +0530 Subject: [PATCH] Kill PEP8 error about assigning lambda expressions --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 48e87f8a5d..92cb38070e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [flake8] max-line-length = 160 builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext -ignore = E12,E203,E22,E231,E241,E301,E302,E304,E401,E402,W391 +ignore = E12,E203,E22,E231,E241,E301,E302,E304,E401,E402,E731,W391