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]