From 507a8718b1e397685c2ac4a4d21cd653e8b16bf7 Mon Sep 17 00:00:00 2001 From: Ryan Carney Date: Sun, 28 May 2017 20:00:40 -0700 Subject: [PATCH] pylint: disable len-as-condition This is a newer message that's usefulness has been debated by the developers and users. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 1bedca4..ab71869 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,6 +1,6 @@ [MESSAGES CONTROL] -disable=locally-disabled, duplicate-code +disable=locally-disabled, duplicate-code,len-as-condition [REPORTS]