mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 14:00:51 -05:00
Previously we just omitted diagnostic summaries when using `--fix` or `--diff` with a stdin file. Now, we still write the summaries to stderr instead of the main writer (which is generally stdout but could be changed by `--output-file`).