Reports assignments to a tuple item.

Example:


t = ('red', 'blue', 'green', 'white')
t[3] = 'black'

A quick-fix offers to replace the tuple with a list.