basedmypy
basedmypy copied to clipboard
When error and `ignore_any_from_error`, report an error about needing a type
a = AMONGUS # type: ignore[name-defined]
b = a + 1
I think a should have an error stating that it needs an explicit type. Although I wonder what scenarios that would appear in.
#272 #281