basedmypy
basedmypy copied to clipboard
warn on redundant `str` of something
a: str
b = str(a) # erm, that's redundant