mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
mypy: Move configuration to pyproject.toml.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
19ee45ccc4
commit
0ae94c6051
@@ -134,7 +134,7 @@ def run() -> None:
|
||||
command,
|
||||
["py"],
|
||||
pass_targets=False,
|
||||
description="Static type checker for Python (config: mypy.ini)",
|
||||
description="Static type checker for Python (config: pyproject.toml)",
|
||||
)
|
||||
linter_config.external_linter(
|
||||
"tsc",
|
||||
|
||||
Reference in New Issue
Block a user