mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
mypy: Upgrade to latest version of mypy.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user