mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Code improvements from new Ruff checks (#11498)
This commit is contained in:
@@ -211,7 +211,7 @@ def run_testcases(
|
||||
continue
|
||||
flags.append(str(path))
|
||||
|
||||
mypy_command = [python_exe, "-m", "mypy"] + flags
|
||||
mypy_command = [python_exe, "-m", "mypy", *flags]
|
||||
if verbosity is Verbosity.VERBOSE:
|
||||
description = f"{package.name}/{version}/{platform}"
|
||||
msg = f"{description}: {mypy_command=}\n"
|
||||
|
||||
Reference in New Issue
Block a user