This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/pylint4 in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 11c3714fed8d10d8b8ea83c0c0dae7672ffe5542 Author: Jürg Billeter <[email protected]> AuthorDate: Fri Jul 17 15:48:17 2026 +0200 .pylintrc: Use fully qualified name for `overgeneral-exceptions` --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index f0cbe35..3b90e25 100644 --- a/.pylintrc +++ b/.pylintrc @@ -547,4 +547,4 @@ valid-metaclass-classmethod-first-arg=mcs # Exceptions that will emit a warning when being caught. Defaults to # "Exception" -overgeneral-exceptions=Exception +overgeneral-exceptions=builtins.Exception
