aboutsummaryrefslogtreecommitdiff
path: root/pylint.tests.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.tests.toml')
-rw-r--r--pylint.tests.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.tests.toml b/pylint.tests.toml
index 9e4b37b..7a68437 100644
--- a/pylint.tests.toml
+++ b/pylint.tests.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.