R1712 consider-swap-variables

Message

'Consider using tuple unpacking for swapping variables'

Description

You do not have to use a temporary variable in order to swap variables. Using “tuple unpacking” to directly swap variables makes the intention more clear.