--- a/src/eric7/Graphics/PackageItem.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Graphics/PackageItem.py Thu May 25 19:51:47 2023 +0200 @@ -174,7 +174,7 @@ self.__createTexts() self.__calculateSize() - def paint(self, painter, option, widget=None): + def paint(self, painter, option, widget=None): # noqa: U100 """ Public method to paint the item in local coordinates. @@ -211,7 +211,7 @@ self.adjustAssociations() - def parseItemDataString(self, version, data): + def parseItemDataString(self, version, data): # noqa: U100 """ Public method to parse the given persistence data.