mirror of https://github.com/zulip/zulip.git
mypy: Stop using deprecated --silent-imports.
This commit is contained in:
parent
bb5d81281c
commit
879d8cdca0
|
@ -94,7 +94,8 @@ else:
|
|||
mypy_command = "mypy"
|
||||
|
||||
extra_args = ["--fast-parser",
|
||||
"--silent-imports",
|
||||
"--ignore-missing-imports",
|
||||
"--follow-imports=silent",
|
||||
"--check-untyped-defs",
|
||||
"--scripts-are-modules",
|
||||
"-i", "--cache-dir=var/mypy-cache"]
|
||||
|
|
Loading…
Reference in New Issue