Disable consider-using-with pylint check

To get the gate going

Change-Id: Idff2a1b6efa9994f1f07c6eb6076cceb96e008ca
This commit is contained in:
Kobi Samoray 2021-04-26 13:25:57 +03:00
parent 8a14e8a906
commit ee8eff582c
1 changed files with 2 additions and 1 deletions

View File

@ -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