Closed Zeckie closed 2 years ago
I added reveal_type(some_variable) in my code, and ran basedmypy on the file.
reveal_type(some_variable)
a: Any print(a)
mypy --write-baseline .
a: Any reveal_type(a) print(a)
basedmypy 1.2.2 Based on mypy 0.940+dev (fa16759d)
Caused by #159, #192 and #124
The line that the reveal_type is on contains a misc baselined error, which is then matching both the reveal_type line and the next line.
reveal_type
misc
Describe the problem, ie expected/actual result (if it's not blatantly obvious)
I added
reveal_type(some_variable)
in my code, and ran basedmypy on the file.Gist to reproduce
mypy --write-baseline .
Basedmypy version
basedmypy 1.2.2 Based on mypy 0.940+dev (fa16759d)