From 8a3f0bee22b909dc4f4ff49fe9d9ca100b4820c5 Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Tue, 14 Nov 2023 23:56:48 -0800 Subject: [PATCH] ci: Updates exceptions --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 42ea53c..9b92d30 100644 --- a/.pylintrc +++ b/.pylintrc @@ -309,8 +309,8 @@ min-public-methods=2 [EXCEPTIONS] # Exceptions that will emit a warning when caught. -overgeneral-exceptions=BaseException, - Exception +overgeneral-exceptions=builtins.BaseException, + builtins.Exception [FORMAT]