From c3f95626c5f1181fb1654187044a3d46c07ef951 Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Tue, 4 Jun 2024 07:27:13 -0400 Subject: [PATCH] Update .pylintrc --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index a8bf583e7..b7adee2c6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -387,8 +387,8 @@ preferred-modules= [EXCEPTIONS] # Exceptions that will emit a warning when caught. -overgeneral-exceptions=BaseException, - Exception +overgeneral-exceptions=builtins.BaseException, + builtins.Exception [REFACTORING]