What do you think about running mypy with --pretty? It displays the offending line from the source file, which I think makes it easier to troubleshoot. It also formats the error message in a similar way to what we like.
--pretty Use visually nicer output in error messages: Use
soft word wrap, show source code snippets, and
show error location markers (inverse: --no-pretty)

What do you think about running
mypywith--pretty? It displays the offending line from the source file, which I think makes it easier to troubleshoot. It also formats the error message in a similar way to what we like.