.. _consider-using-tuple: consider-using-tuple / R6102 ============================ **Message emitted:** Consider using an in-place tuple instead of list **Description:** *Only for style consistency! Emitted where an in-place defined ``list`` can be replaced by a ``tuple``. Due to optimizations by CPython, there is no performance benefit from it.* Created by ``code_style`` checker