--- a/PyLintInterface/PyLintExecDialog.py Sat Dec 23 15:48:44 2023 +0100 +++ b/PyLintInterface/PyLintExecDialog.py Sat Dec 23 16:06:01 2023 +0100 @@ -343,7 +343,7 @@ self.errors.insertPlainText(s) self.errors.ensureCursorVisible() - def on_messageList_itemActivated(self, itm, column): + def on_messageList_itemActivated(self, itm, column): # noqa: U100 """ Private slot to handle the itemActivated signal of the message list.