mypy: Move configuration to pyproject.toml.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-07-05 14:36:46 -07:00
committed by Tim Abbott
parent 19ee45ccc4
commit 0ae94c6051
5 changed files with 45 additions and 44 deletions

View File

@@ -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",