mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
mypy: Stop using deprecated --silent-imports.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user