basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

false report of `helpful-string` on deleted variable

Open KotlinIsland opened this issue 8 months ago • 0 comments

a = 1

del a

print(f"{a}")  # error: helpful-string

KotlinIsland avatar Mar 21 '25 04:03 KotlinIsland