Skip to content
Snippets Groups Projects
Commit c42546ac authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'update/pylintrc-deprecation' into 'master'

[ci] Use new specification of exceptions in pylint config

See merge request !3370
parents e07e3e42 9ed7b0c7
No related branches found
No related tags found
1 merge request!3370[ci] Use new specification of exceptions in pylint config
Pipeline #26391 passed
......@@ -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