Currently, when parsing error happens, you will end up with something like this:
File "/Users/sobolev/Documents/github/returns/.venv/lib/python3.7/site-packages/pytest_mypy_plugins/utils.py", line 256, in assert_string_arrays_equal
lineno = int(first_failure.split(" ")[0].strip(":").split(":")[1])
IndexError: list index out of range
Currently, when parsing error happens, you will end up with something like this:
We need to improve it!