--- a/src/eric7/Plugins/PluginEricdoc.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/PluginEricdoc.py Thu May 25 19:51:47 2023 +0200 @@ -198,7 +198,7 @@ ericApp().getObject("Project").removeEricActions([self.__projectAct]) self.__initialize() - def __projectShowMenu(self, menuName, menu): + def __projectShowMenu(self, menuName, menu): # noqa: U100 """ Private slot called, when the the project menu or a submenu is about to be shown.