--- a/src/eric7/PipInterface/PipPackagesWidget.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/PipInterface/PipPackagesWidget.py Thu May 25 19:51:47 2023 +0200 @@ -130,7 +130,7 @@ attributeName = self.__activeClass.replace(self.ClassPrefix, "") self.__results[-1][attributeName] = data - def handle_endtag(self, tag): + def handle_endtag(self, tag): # noqa: U100 """ Public method to process the end tag.