You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename `comprehension_one_prefix.py` to `for_loop_one_prefix.py`
- Update class name from `COP015ComprehensionOnePrefixCheck` to
`COP015ForLoopOnePrefixCheck`
- Change violation code description from "Comprehension variables" to
"For-loop variables"
- Add tests for regular for-loop cases
- Rename loop variables in several files for clarity
- Remove unused import `MIN_NAME_LENGTH`