--- a/RefactoringRope/MatchesDialog.py Sat Dec 23 15:48:55 2023 +0100 +++ b/RefactoringRope/MatchesDialog.py Sat Dec 23 17:58:35 2023 +0100 @@ -70,7 +70,7 @@ self.matchesList.header().setStretchLastSection(True) @pyqtSlot(QTreeWidgetItem, int) - def on_matchesList_itemActivated(self, item, column): + def on_matchesList_itemActivated(self, item, column): # noqa: U100 """ Private slot to handle the itemActivated signal of the list.