From 27037d43b3b4f7e42ba140d9415c35969452a09d Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 21 Feb 2023 11:51:10 -0800 Subject: [PATCH] fix: Avoid deprecated config syntax (#5179) --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c9a33fcec..008f89e45 100644 --- a/.pylintrc +++ b/.pylintrc @@ -405,4 +405,4 @@ analyse-fallback-blocks=no # Exceptions that will emit a warning when being caught. Defaults to # "Exception" -overgeneral-exceptions=Exception +overgeneral-exceptions=builtins.Exception