Skip to content

Commit 5b70918

Browse files
committed
ty --no-progress
1 parent 26ffb52 commit 5b70918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plain-code/plain/code/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def maybe_exit(return_code: int) -> None:
112112

113113
if not skip_ty and config.get("ty", {}).get("enabled", True):
114114
print_event("ty check...", newline=False)
115-
result = subprocess.run(["ty", "check", path])
115+
result = subprocess.run(["ty", "check", path, "--no-progress"])
116116
maybe_exit(result.returncode)
117117

118118
if not skip_biome and config.get("biome", {}).get("enabled", True):

0 commit comments

Comments
 (0)