diff --git a/pylintrc b/pylintrc index d040028aa..dbd0c4c52 100644 --- a/pylintrc +++ b/pylintrc @@ -161,7 +161,8 @@ disable=print-statement, C0330, C0302, R0201, - R0801 + R0801, + R1732 # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option