mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
This results in some new errors from flake8-bugbear: ``` B020: Loop control variable overrides iterable it iterates ``` I can't see an issue with the places that we do this, so have ignored these warnings. If we keep getting these and they look fine, we can create a global rule to ignore B020.