diff -r 097199aec4bd -r 0222a480e93d src/eric7/PipInterface/PipPackagesWidget.py --- a/src/eric7/PipInterface/PipPackagesWidget.py Tue May 02 10:20:23 2023 +0200 +++ b/src/eric7/PipInterface/PipPackagesWidget.py Sat May 27 19:02:58 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.