mypy: Upgrade to latest version of mypy.

This commit is contained in:
Eklavya Sharma
2017-05-23 10:42:12 -07:00
parent 8611dae985
commit bda5517b5c
2 changed files with 3 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
six==1.10.0
mypy==0.501
typed-ast==1.0.1
git+https://github.com/python/mypy.git@71efcdb29226e1dd76b2fe95982c82588807173b
typed-ast==1.0.3

View File

@@ -92,8 +92,7 @@ if six.PY2 and os.path.exists(MYPY_VENV_PATH):
else:
mypy_command = "mypy"
extra_args = ["--fast-parser",
"--ignore-missing-imports",
extra_args = ["--ignore-missing-imports",
"--follow-imports=silent",
"--check-untyped-defs",
"--scripts-are-modules",