diff options
Diffstat (limited to 'pylint.toml')
-rw-r--r-- | pylint.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |