--- a/SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py Sat Dec 23 15:48:59 2023 +0100 +++ b/SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py Sat Dec 23 18:14:27 2023 +0100 @@ -49,7 +49,7 @@ ) @pyqtSlot(str) - def on_titleEdit_textChanged(self, txt): + def on_titleEdit_textChanged(self, txt): # noqa: U100 """ Private slot to react on changes of the title. @@ -59,7 +59,7 @@ self.__updateOkButton() @pyqtSlot(str) - def on_stringEdit_textChanged(self, txt): + def on_stringEdit_textChanged(self, txt): # noqa: U100 """ Private slot to react on changes of the string.