From bc68b767ccac22d6c5bd1f665cf56144a3b87a81 Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Thu, 16 May 2024 11:42:12 +0530 Subject: [PATCH] chore: linters --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 54b10e4d4..974242bb0 100644 --- a/.pylintrc +++ b/.pylintrc @@ -3,7 +3,7 @@ ignore-patterns=contract.py ignore=operate/data/contracts/ [MESSAGES CONTROL] -disable=C0103,R0801,C0301,C0201,C0204,C0209,W1203,C0302,R1735,R1729,W0511,E0611,R0903 +disable=C0103,R0801,C0301,C0201,C0204,C0209,W1203,C0302,R1735,R1729,W0511,E0611,R0903,E1101 # See here for more options: https://www.codeac.io/documentation/pylint-configuration.html R1735: use-dict-literal