Skip to content

Commit

Permalink
mypy: Upgrade to latest version of mypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmaeklavya2 committed May 23, 2017
1 parent 8611dae commit bda5517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions tools/run-mypy
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bda5517

Please sign in to comment.