diff -r ace98e6afc04 -r 882358a3f96e PluginVulture.py --- a/PluginVulture.py Sat Dec 31 16:27:41 2022 +0100 +++ b/PluginVulture.py Fri May 26 10:45:38 2023 +0200 @@ -26,7 +26,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.2.0" +version = "10.2.1" className = "VulturePlugin" packageName = "VultureChecker" shortDescription = "Plug-in to detect unused code using the 'vulture' library" @@ -273,7 +273,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.