--- a/src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py Thu May 25 19:51:47 2023 +0200 @@ -53,7 +53,7 @@ name, ) - def showContextMenu(self, menu, standardItems): + def showContextMenu(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu is shown. @@ -77,7 +77,7 @@ for act in standardItems: act.setEnabled(True) - def showContextMenuMulti(self, menu, standardItems): + def showContextMenuMulti(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu (multiple selections) is shown. @@ -112,7 +112,7 @@ for act in standardItems: act.setEnabled(True) - def showContextMenuDir(self, menu, standardItems): + def showContextMenuDir(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu is shown. @@ -134,7 +134,7 @@ for act in standardItems: act.setEnabled(True) - def showContextMenuDirMulti(self, menu, standardItems): + def showContextMenuDirMulti(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu is shown.