Open
Description
Checklist
- I think this refactoring is useful for everyone (if it's too specific, consider a custom rule)
- Didn't find a similar issue
Description
Sourcery
suggests -=
and +=
, however not /=
.
Code Before
a = a / 2
Code After
a /= 2