Files
Brian HaleyandCopilot 3f8cc577cf Fix consider-iterating-dictionary pylint warnings
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>
2026-06-24 00:20:12 -04:00
..
2026-03-23 18:01:20 +01:00
2024-03-27 07:20:20 +00:00