Skip to content
Snippets Groups Projects
Commit 0b189f7b authored by Jakob Kaiser's avatar Jakob Kaiser
Browse files

feat: fully qualified Exception

Specifying exception names in the overgeneral-exceptions option without
module name is deprecated and support for it will be removed in pylint
3.0.

Change-Id: Ie97cab71718ece3d769a1cc9dc827c7f8a7d0a88
parent f4ef916f
No related branches found
No related tags found
No related merge requests found
......@@ -362,4 +362,4 @@ analyse-fallback-blocks=no
# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception
overgeneral-exceptions=builtin.Exception
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment