afonasev / flake8-return

Flake8 plugin for return expressions checking.
MIT License
62 stars 69 forks source link

Return within loop #121

Closed calumy closed 1 year ago

calumy commented 1 year ago

Fix for false positive case of R503 where a return statement is contained within a for loop.

afonasev commented 1 year ago

Resolve conflict, please. Probably I made merge in the wrong order =(

calumy commented 1 year ago

Updates merged in with #122.