mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
mypy: Upgrade to latest version of mypy.
This commit is contained in:
@@ -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