diff --git a/pyproject.toml b/pyproject.toml index 71966ef..2bc6d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -286,6 +286,6 @@ deprecated-modules="optparse,tkinter.tix" [tool.pylint.'EXCEPTIONS'] overgeneral-exceptions= [ - "BaseException", - "Exception" + "builtins.BaseException", + "builtins.Exception" ]