commit | 6acd79abec556f099232b4b224710defe43e0157 | [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 | bc74cfc797c0f19dbae845404125eff009a7c430 [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>