summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-27 00:13:13 +0100
committerGitHub <noreply@github.com>2022-12-27 00:13:13 +0100
commita96e05bf73b6fbba8edf78aa9adde3e1faa16b66 (patch)
tree9256f4b7f9756fcba52263036e087c19179d4aed /pylintrc
parent3894c593f5266d8692b8b5b4ebe83c0c9ae4c946 (diff)
downloadastroid-git-a96e05bf73b6fbba8edf78aa9adde3e1faa16b66.tar.gz
Bump pylint from 2.15.8 to 2.15.9 (#1907)
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index ddacf9a4..5c6737d9 100644
--- a/pylintrc
+++ b/pylintrc
@@ -353,7 +353,7 @@ int-import-graph=
# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
-overgeneral-exceptions=Exception
+overgeneral-exceptions=builtins.Exception
[TYPING]