--- a/src/eric7/JediInterface/AssistantJedi.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/JediInterface/AssistantJedi.py Thu May 25 19:51:47 2023 +0200 @@ -240,7 +240,7 @@ self.tr("Extract Function"), self.__jediServer.refactoringExtractFunction ) - def __editorShowMenu(self, menuName, menu, editor): + def __editorShowMenu(self, menuName, menu, editor): # noqa: U100 """ Private slot called, when the the editor context menu or a submenu is about to be shown.