From 346cab9544b5fc454f6824f7b628d81c751790b6 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 30 Aug 2021 09:15:55 -0700 Subject: [PATCH] pylint: ignore unspecified-encoding --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 4e6924fe97..a3a2fc36f9 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,W0311,W0106,W0603,W0621,W0703,W1201,W1203,E1136 +disable=C,R,W0613,W0511,W0212,W0201,W0311,W0106,W0603,W0621,W0703,W1201,W1203,E1136,W1514 # Enable the message, report, category or checker with the given id(s). You can