新版本应该支持 2.7,但是 pip 安装它失败,并在 python 3 类型注释语法的一行出现 SyntaxError(这有点讽刺):
Traceback (most recent call last):
...
from mypy import git
File "mypy/git.py", line 10
def is_git_repo(dir: str) -> bool:
^
SyntaxError: invalid syntax