MartinThoma / flake8-simplify

❄ A flake8 plugin that helps you to simplify code
MIT License
185 stars 19 forks source link

SIM110: Remove false-positives #96

Closed MartinThoma closed 2 years ago

MartinThoma commented 2 years ago

BUG: Don't show SIM110 when an exception is returned instead of returning

Closes #34