From 22e59ce8d6405c2e4569b1107d5f67bd63cab325 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sun, 20 May 2018 16:55:06 +0200 Subject: pylint: Really fix the build --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index b72ddb38..945fef94 100644 --- a/.pylintrc +++ b/.pylintrc @@ -86,7 +86,6 @@ enable=import-self, not-in-loop, return-outside-function, unnecessary-pass, - deprecated-lambda, deprecated-method, using-constant-test, useless-else-on-loop, @@ -99,6 +98,7 @@ enable=import-self, unused-format-string-key, # unnecessary-lambda, + # deprecated-lambda, # anomalous-unicode-escape-in-string, # anomalous-backslash-in-string, # function-redefined, -- cgit v1.2.3-55-g3dc8