flake8-simplify icon indicating copy to clipboard operation
flake8-simplify copied to clipboard

❄ A flake8 plugin that helps you to simplify code

Results 53 flake8-simplify issues
Sort by recently updated
recently updated
newest added

## Explanation References (and function calls in some cases) are about as simple as you can get. Lambdas aren't too bad, but a bit more complicated. Functions from operator can...

enhancement

## Desired change * **Rule(s)**: SIM300 * **Adjustment**: Don't trigger if both sides of a comparison are literals ## Explanation These comparisons are pointless, but swapping them around (only to...

enhancement

## Desired change * **Rule(s)**: SIM904 * **Adjustment**: It should not trigger for "create or update" logic when it comes to dictionaries ## Explanation The warning points at the wrong...

enhancement