From 077649d397969f084311933f721c6d9787dbeba8 Mon Sep 17 00:00:00 2001 From: Tingzheng Hou Date: Fri, 12 Nov 2021 12:38:59 -0800 Subject: [PATCH] revert pylint temp suppression --- pylintrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pylintrc b/pylintrc index 7c646172..d3917e21 100644 --- a/pylintrc +++ b/pylintrc @@ -162,9 +162,7 @@ disable=print-statement, C0302, E1136, R0801, - C0303, - C0116, - E1111 + C0303 # 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