ruff/crates/ruff_cli
bluthej 38f512d588
Fix diff (old and new were reversed) (#7855)
## Summary

Fixes #7853.

The old and new source files were reversed in the call to
`TextDiff::from_lines`, so the diff output of the CLI was also reversed.

## Test Plan

Two snapshots were updated in the process, so any reversal should be
caught :)
2023-10-09 12:58:13 +05:30
..
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 Fix diff (old and new were reversed) (#7855) 2023-10-09 12:58:13 +05:30
Cargo.toml Bump Ruff version to v0.0.292 (#7761) 2023-10-02 12:14:47 -04:00