From c67f3cc75b68b9fc973309ec443e8e26eb1e7cbd Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 12 May 2021 18:55:47 +0530 Subject: [PATCH] Fix build break --- tests/.pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.pylintrc b/tests/.pylintrc index 8e6d2aa..6db62dc 100644 --- a/tests/.pylintrc +++ b/tests/.pylintrc @@ -1,5 +1,6 @@ [MESSAGES CONTROL] disable= + assigning-non-slot, broad-except, dangerous-default-value, expression-not-assigned,