From 50a2cb55ee5c6cbde8c7765a5774931e98033f06 Mon Sep 17 00:00:00 2001 From: Chi Chen Date: Thu, 9 Sep 2021 16:08:48 -0700 Subject: [PATCH] ignore R1732 --- pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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