From eb8c0ad87c4e10e2d66ada5e4bb7f436214ca9a8 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Fri, 24 Oct 2025 18:00:00 +0200 Subject: [PATCH] [ty] Add `--no-progress` option (#21063) --- crates/ty/docs/cli.md | 2 ++ crates/ty/src/args.rs | 20 ++++++++++++++++---- crates/ty/src/lib.rs | 2 +- crates/ty/src/printer.rs | 5 ++--- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/crates/ty/docs/cli.md b/crates/ty/docs/cli.md index 4c44f523d7..97a9a1c2d9 100644 --- a/crates/ty/docs/cli.md +++ b/crates/ty/docs/cli.md @@ -58,6 +58,8 @@ over all configuration files.

This is an advanced option that should usually only be used for first-party or third-party modules that are not installed into your Python environment in a conventional way. Use --python to point ty to your Python environment if it is in an unusual location.

--help, -h

Print help (see a summary with '-h')

--ignore rule

Disables the rule. Can be specified multiple times.

+
--no-progress

Hide all progress outputs.

+

For example, spinners or progress bars.

--output-format output-format

The format to use for printing diagnostic messages

Possible values: