summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2023-02-10 14:15:38 +0100
committerGitHub <noreply@github.com>2023-02-10 14:15:38 +0100
commit3ebbdc179cf9145d383711cef074843d1fe9b571 (patch)
tree1667be8878937e8883bde81c545e0fd7e95eb2e7 /.pylintrc
parent7320b0c796f2e9c297da67be5555acc90d1ee0d9 (diff)
parentf1a3872aeb8bef5eefb248d93d69b49f42d16b32 (diff)
Merge pull request #2173 from searxng/dependabot/pip/master/pylint-2.16.1
Bump pylint from 2.15.10 to 2.16.1
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 51cea773e..a5b00227e 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -404,4 +404,4 @@ known-third-party=enchant
# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
-overgeneral-exceptions=Exception
+overgeneral-exceptions=builtins.Exception