From ee8eff582c89a8e830302ff3f0ceb3e7e498330e Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Mon, 26 Apr 2021 13:25:57 +0300 Subject: [PATCH] Disable consider-using-with pylint check To get the gate going Change-Id: Idff2a1b6efa9994f1f07c6eb6076cceb96e008ca --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 2ca826a690..187710d1f3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -100,7 +100,8 @@ disable= assignment-from-none, invalid-overridden-method, raising-format-tuple, - comparison-with-callable + comparison-with-callable, + consider-using-with [BASIC] # Variable names can be 1 to 31 characters long, with lowercase and underscores