diff --git a/pylintrc b/pylintrc index 7d42070bd365fb655e4e79ac6fc67d79185f0882..809d0102274b5e6b358f457c7a3539c7f117a1f6 100644 --- a/pylintrc +++ b/pylintrc @@ -106,3 +106,7 @@ disable-msg-cat= # Disable the message(s) with the given id(s). disable-msg=W0511,R0922,W0201 + +# The new pylint 0.21+ style (plus the similarities checker, which is no longer +# a separate opiton, but a generic disable control) +disable=W0511,R0922,W0201,R0922,R0801,I0011