--- a/src/eric7/Project/ProjectBaseBrowser.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Project/ProjectBaseBrowser.py Thu May 25 19:51:47 2023 +0200 @@ -215,7 +215,7 @@ selection, selected and self.SelectFlags or self.DeselectFlags ) - def __modelRowsInserted(self, parent, start, end): + def __modelRowsInserted(self, parent, start, end): # noqa: U100 """ Private slot called after rows have been inserted into the model. @@ -506,7 +506,7 @@ else: self.vcsHelper.showContextMenuDirMulti(menu, self.dirMultiMenuActions) - def _showContextMenuBack(self, menu): + def _showContextMenuBack(self, menu): # noqa: U100 """ Protected slot called before the context menu is shown.