--- a/src/eric7/Project/ProjectBaseBrowser.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Project/ProjectBaseBrowser.py Sat Apr 20 18:01:36 2024 +0200 @@ -228,15 +228,15 @@ selection, selected and self.SelectFlags or self.DeselectFlags ) - def __modelRowsInserted(self, parent, start, end): # noqa: U100 + def __modelRowsInserted(self, _parent, _start, _end): """ Private slot called after rows have been inserted into the model. - @param parent parent index of inserted rows + @param _parent parent index of inserted rows (unused) @type QModelIndex - @param start start row number + @param _start start row number (unused) @type int - @param end end row number + @param _end end row number (unused) @type int """ self._resizeColumns() @@ -554,11 +554,11 @@ else: self.vcsHelper.showContextMenuDirMulti(menu, self.dirMultiMenuActions) - def _showContextMenuBack(self, menu): # noqa: U100 + def _showContextMenuBack(self, _menu): """ Protected slot called before the context menu is shown. - @param menu reference to the menu to be shown + @param _menu reference to the menu to be shown (unused) @type QMenu """ # nothing to do for now