commit | e524ef7c16aaa0e8499079257a309a8b8318c2de | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Thu Apr 17 16:53:32 2025 +0100 |
committer | Chris Kay <chris.kay@arm.com> | Wed May 28 13:34:45 2025 +0100 |
tree | 1f4f0ed815398b94398f7a6d84b804b09da7b684 | |
parent | 3b6ba5cfa31819d6ba15fad9eb2ea6a5f76b3e1c [diff] |
refactor(memmap): fix typing-related issues This change introduces Pyright - a static type checker for Python - and resolves a large number of the errors that it reports. Some errors have not been resolved as they require larger refactors, so these will be done in later patches. Change-Id: I2ed9b1cc729bf44a1fa8e69882af34657cc30b38 Signed-off-by: Chris Kay <chris.kay@arm.com>