Remove unnecessary .keys() calls in for loops iterating over dicts, and enable the consider-iterating-dictionary pylint check. At the same time fix all consider-using-dict-items warnings as there is some overlap with .keys() usage. TrivialFix Change-Id: Ic364be11458522f0c405aa0a320ef4819979f26a Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Brian Haley <haleyb.dev@gmail.com>