pylint
pylint copied to clipboard
Simplifying assignment operators operation with same variable in left and right hand side of assignment
It'll be great to have check which will suggest to simplify assignment operators, like "value = value + 1" to "value += 1".
:eyes: I am looking for further clarification also according to the general topic “Increase the usage of augmented assignment statements”.
@DanielNoord: Thank you!