--- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py Thu May 25 19:51:47 2023 +0200 @@ -54,7 +54,7 @@ name, ) - def showContextMenu(self, menu, standardItems): + def showContextMenu(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu is shown. @@ -89,7 +89,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. @@ -130,7 +130,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. @@ -156,7 +156,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.