--- a/RefactoringRope/GetterSetterDialog.py Sat Dec 23 15:48:55 2023 +0100 +++ b/RefactoringRope/GetterSetterDialog.py Sat Dec 23 17:58:35 2023 +0100 @@ -87,7 +87,7 @@ self.__previewButton.setEnabled(enable) @pyqtSlot(str) - def on_getterEdit_textChanged(self, text): + def on_getterEdit_textChanged(self, text): # noqa: U100 """ Private slot to react to changes of the getter method. @@ -97,7 +97,7 @@ self.__updateUI() @pyqtSlot(str) - def on_setterEdit_textChanged(self, text): + def on_setterEdit_textChanged(self, text): # noqa: U100 """ Private slot to react to changes of the setter method.