--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Thu May 25 19:51:47 2023 +0200 @@ -100,7 +100,7 @@ ): self.__extensionMenus[extensionName][key].hideTearOffMenu() - def showContextMenu(self, menu, standardItems): + def showContextMenu(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu is shown. @@ -134,7 +134,7 @@ act.setEnabled(True) self.__showExtensionMenu("mainMenu", controlled) - def showContextMenuMulti(self, menu, standardItems): + def showContextMenuMulti(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu (multiple selections) is shown. @@ -176,7 +176,7 @@ act.setEnabled(True) self.__showExtensionMenu("multiMenu", controlled) - def showContextMenuDir(self, menu, standardItems): + def showContextMenuDir(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu is shown. @@ -205,7 +205,7 @@ act.setEnabled(True) self.__showExtensionMenu("dirMenu", controlled) - def showContextMenuDirMulti(self, menu, standardItems): + def showContextMenuDirMulti(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu is shown.