basedmypy
basedmypy copied to clipboard
false report of `helpful-string` on deleted variable
a = 1
del a
print(f"{a}") # error: helpful-string