From acb53cb167771ef7b43a325bd2d09cc507692237 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 8 Mar 2023 19:48:50 +0100 Subject: update dependencies --- pylint.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint.toml') diff --git a/pylint.toml b/pylint.toml index f1e4270..c939cdc 100644 --- a/pylint.toml +++ b/pylint.toml @@ -261,7 +261,7 @@ min-public-methods = 2 [tool.pylint.exceptions] # Exceptions that will emit a warning when caught. -overgeneral-exceptions = ["BaseException", "Exception"] +overgeneral-exceptions = ["builtins.BaseException", "builtins.Exception"] [tool.pylint.format] # Expected format of line ending, e.g. empty (any line ending), LF or CRLF. -- cgit v1.2.3