From 250c632f18ecb3d33ffb931e15425f9314a0964b Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Mon, 26 Sep 2022 15:24:51 -0700 Subject: [PATCH] pylint is sad now... did it get updated? --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 58988c5d74..b9cce06aca 100644 --- a/.pylintrc +++ b/.pylintrc @@ -54,7 +54,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=C,R,W0613,W0511,W0212,W0201,W0106,W0603,W0621,W0703,W1201,W1203,E1136,W1514 +disable=C,R,W0613,W0511,W0212,W0201,W0106,W0603,W0621,W0703,W1201,W1203,E1136,W1514,E1124 # Enable the message, report, category or checker with the given id(s). You can