ruff/crates/ruff_cli
Zanie Blue 3c25d261fe
Write summary messages to stderr when fixing via stdin (instead of omitting them) (#7838)
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`).
2023-10-06 12:11:03 -05:00
..
resources/test/fixtures Fix gitignore to not ignore files that are required (#7538) 2023-09-21 21:33:09 +02:00
src Write summary messages to stderr when fixing via stdin (instead of omitting them) (#7838) 2023-10-06 12:11:03 -05:00
tests Write summary messages to stderr when fixing via stdin (instead of omitting them) (#7838) 2023-10-06 12:11:03 -05:00
Cargo.toml Bump Ruff version to v0.0.292 (#7761) 2023-10-02 12:14:47 -04:00