consider-using-in:10:0:10:24::Consider merging these comparisons with 'in' by using 'value in (1,)'. Use a set instead if elements are hashable.:HIGH consider-using-in:11:0:11:24::Consider merging these comparisons with 'in' by using 'value in (1, 2)'. Use a set instead if elements are hashable.:HIGH consider-using-in:12:0:12:36::Consider merging these comparisons with 'in' by using 'value in ('value',)'. Use a set instead if elements are hashable.:HIGH consider-using-in:13:0:13:34::Consider merging these comparisons with 'in' by using 'value in (1, undef_value)'. Use a set instead if elements are hashable.:HIGH consider-using-in:14:0:14:38::Consider merging these comparisons with 'in' by using 'value in (1, 2, 3)'. Use a set instead if elements are hashable.:HIGH consider-using-in:15:0:15:26::Consider merging these comparisons with 'in' by using 'value in ('2', 1)'. Use a set instead if elements are hashable.:HIGH consider-using-in:16:0:16:24::Consider merging these comparisons with 'in' by using 'value in (1, 2)'. Use a set instead if elements are hashable.:HIGH consider-using-in:17:0:17:24::Consider merging these comparisons with 'in' by using 'value in (1, 2)'. Use a set instead if elements are hashable.:HIGH consider-using-in:18:0:18:29::Consider merging these comparisons with 'in' by using 'value in (1, a_list)'. Use a set instead if elements are hashable.:HIGH consider-using-in:19:0:19:51::Consider merging these comparisons with 'in' by using 'value in (a_set, a_list, a_str)'. Use a set instead if elements are hashable.:HIGH consider-using-in:20:0:20:25::Consider merging these comparisons with 'in' by using 'value not in (1, 2)'. Use a set instead if elements are hashable.:HIGH consider-using-in:21:0:21:36::Consider merging these comparisons with 'in' by using 'value1 in (value2,)'. Use a set instead if elements are hashable.:HIGH consider-using-in:22:0:22:35::Consider merging these comparisons with 'in' by using 'a_list in ([1, 2, 3], [])'. Use a set instead if elements are hashable.:HIGH consider-using-in:53:0:53:28::Consider merging these comparisons with 'in' by using 'A.value in (1, 2)'. Use a set instead if elements are hashable.:HIGH