--- a/PluginProjectDjangoTagsMenu.py Sat Dec 23 15:48:51 2023 +0100 +++ b/PluginProjectDjangoTagsMenu.py Sat Dec 23 16:54:25 2023 +0100 @@ -165,7 +165,7 @@ """ self.__handler.closeAllWindows() - def __pluginActivated(self, moduleName, pluginObject): + def __pluginActivated(self, moduleName, pluginObject): # noqa: U100 """ Private slot to react on plugin activation of the Django plugin. @@ -177,7 +177,7 @@ if moduleName == "PluginProjectDjango": self.__attachMenu() - def __pluginAboutToBeDeactivated(self, moduleName, pluginObject): + def __pluginAboutToBeDeactivated(self, moduleName, pluginObject): # noqa: U100 """ Private slot to react on the Django plugin about to be deactivated. @@ -193,4 +193,4 @@ # -# eflag: noqa = M801 +# eflag: noqa = M801, U200