--- a/src/eric7/Graphics/UMLDiagramBuilder.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Graphics/UMLDiagramBuilder.py Mon Feb 24 15:43:49 2025 +0100 @@ -66,7 +66,7 @@ "Method 'buildDiagram' must be implemented in subclasses." ) - def parsePersistenceData(self, version, data): # noqa: U100 + def parsePersistenceData(self, version, data): # noqa: U-100 """ Public method to parse persisted data. @@ -88,7 +88,7 @@ """ return {} - def fromDict(self, version, data): # noqa: U100 + def fromDict(self, version, data): # noqa: U-100 """ Public method to populate the class with data persisted by 'toDict()'.