aboutsummaryrefslogtreecommitdiff
path: root/.pylint.rc
diff options
context:
space:
mode:
Diffstat (limited to '.pylint.rc')
-rw-r--r--.pylint.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pylint.rc b/.pylint.rc
index 6396623..f82f331 100644
--- a/.pylint.rc
+++ b/.pylint.rc
@@ -480,5 +480,5 @@ preferred-modules=
# Exceptions that will emit a warning when being caught. Defaults to
# "BaseException, Exception".
-overgeneral-exceptions=BaseException,
- Exception
+overgeneral-exceptions=builtin.BaseException,
+ builtin.Exception