MartinThoma / flake8-simplify

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

SIM116: Fix false-positive #122

Closed MartinThoma closed 2 years ago

MartinThoma commented 2 years ago

When a function is called, we cannot simply convert the if-else block to a dictionary.

Closes #113