diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py --- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py Thu May 25 19:51:47 2023 +0200 @@ -52,7 +52,7 @@ name, ) - def showContextMenu(self, menu, standardItems): + def showContextMenu(self, menu, standardItems): # noqa: U100 """ Public slot called before the context menu is shown. @@ -87,7 +87,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. @@ -128,7 +128,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. @@ -154,7 +154,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.