Report syntax errors [syntax]

If the code being checked is not syntactically valid, mypy issues asyntax error. Most, but not all, syntax errors are blocking errors:they can’t be ignored with a # type: ignore comment.