diff --git a/pyproject.toml b/pyproject.toml index 9e77fc7c..37435e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -310,6 +310,6 @@ deprecated-modules="optparse,tkinter.tix" [tool.pylint.'EXCEPTIONS'] overgeneral-exceptions= [ - "BaseException", - "Exception" + "builtin.BaseException", + "builtin.Exception" ]