From 2fcdd4f3e61172f2b24029e30fc2e0dab41ce57e Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Tue, 9 Mar 2021 12:00:00 +0000 Subject: [PATCH] Don't complain about lambdas in pycodestyle --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e645cdd..306f4ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [pycodestyle] -ignore = E126,E402 +ignore = E126,E402,E731 -- GitLab