Skip to content
Snippets Groups Projects

[ci] Use new specification of exceptions in pylint config

Merged Mathis Kelm requested to merge update/pylintrc-deprecation into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
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
Loading