From a20df73c87d7b5b5fee8a90acfb82d2a242b6a62 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 22 May 2013 18:19:45 -0700 Subject: [PATCH] Remove error code not found in strict version of pylint. --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 622163f8..7330f262 100644 --- a/pylintrc +++ b/pylintrc @@ -1,7 +1,7 @@ [MESSAGES CONTROL] # Disable the message(s) with the given id(s). -disable=C0111,I0011,R0201,R0922,R0924,W0142,W0511,W0613,W0622,W0703 +disable=C0111,I0011,R0201,R0922,W0142,W0511,W0613,W0622,W0703 [BASIC]