--- a/PluginMetricsRadon.py Sat Dec 31 16:27:44 2022 +0100 +++ b/PluginMetricsRadon.py Sat May 27 15:33:58 2023 +0200 @@ -30,7 +30,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.2.0" +version = "10.2.1" className = "RadonMetricsPlugin" packageName = "RadonMetrics" shortDescription = "Code metrics plugin using radon package" @@ -631,7 +631,7 @@ ) print("Using default.") - 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. @@ -781,7 +781,7 @@ menu.addActions(self.__editorMetricsActs) menu.addAction(self.__editorSeparatorActs[1]) - 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.