Skip to content
Snippets Groups Projects
Commit 9ed7b0c7 authored by Mathis Kelm's avatar Mathis Kelm Committed by Timo Koch
Browse files

[ci] Use new specification of exceptions in pylint config

parent e07e3e42
No related branches found
No related tags found
1 merge request!3370[ci] Use new specification of exceptions in pylint config
Pipeline #26377 passed
+2
......@@ -557,5 +557,5 @@ min-public-methods=2
# Exceptions that will emit a warning when being caught. Defaults to
# "BaseException, Exception".
overgeneral-exceptions=BaseException,
Exception
overgeneral-exceptions=builtins.BaseException,
builtins.Exception
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment