--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -1544,13 +1544,13 @@ self.__selectCodes(self.noFixIssuesEdit, [], True) @pyqtSlot(QTreeWidgetItem, int) - def on_resultList_itemActivated(self, item, column): + def on_resultList_itemActivated(self, item, _column): """ Private slot to handle the activation of an item. @param item reference to the activated item @type QTreeWidgetItem - @param column column the item was activated in + @param _column column the item was activated in (unused) @type int """ if ( @@ -2590,11 +2590,11 @@ # Update UI with default values self.on_loadDefaultButton_clicked() - def closeEvent(self, evt): + def closeEvent(self, _evt): """ Protected method to handle a close event. - @param evt reference to the close event + @param _evt reference to the close event (unused) @type QCloseEvent """ self.on_cancelButton_clicked()