Open
Description
Refs #7724, for def a_func
and def b_func
we already lint for a_func == b_func
as inferior to a_func is b_func
, but we should do this for classes as well, e.g. type(x) == list
should be inferior to type(x) is list
.
More discussion at #10161 (comment).