Closed MaxG87 closed 2 years ago
Uh, right. This rule has some other issues (positional-only arguments). I've already moved SIM902 to flake8-scream for this reason.
https://github.com/MartinThoma/flake8-simplify/pull/131 will be merged in 1-2 hours. I then also make a release where this rule is removed.
Thank you very much!
flake8-simplify==0.19.2
was just released with the fix :-)
Desired change
SIM903 should not be flagged in the following snippet:
Explanation
In the given example, I would consider added keywords to be distracting boilerplate. I think in the given example it is obvious what the arguments mean.