From 119dc5d24cd34e2b3fb42b023a2f152f3ed76007 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 24 Oct 2010 23:39:19 +0200 Subject: [PATCH] Update pylintrc to work with pylint 0.21 --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index d405a71f..3b89651f 100644 --- a/pylintrc +++ b/pylintrc @@ -19,4 +19,4 @@ # W0511 - TODO, FIXME and XXX in the code # W0613 - Unused argument %r # -disable-msg = C0103,C0111,C0112,E0102,E0202,E1101,R0201,R0801,R0903,R0904,W0141,W0142,W0401,W0511,W0613 +disable = C0103,C0111,C0112,E0102,E0202,E1101,R0201,R0801,R0903,R0904,W0141,W0142,W0401,W0511,W0613