ruff/crates/ruff
Charlie Marsh ec3243a6e5
Prioritize redefined-while-unused over unused-import (#11173)
## Summary

This PR adds an override to the fixer to ensure that we apply any
`redefined-while-unused` fixes prior to `unused-import`.

Closes https://github.com/astral-sh/ruff/issues/10905.
2024-04-27 11:44:53 -04:00
..
resources/test/fixtures Rename ruff_cli crate to ruff (#9557) 2024-01-16 17:47:01 -05:00
src Add RUFF_OUTPUT_FILE environment variable support (#10992) 2024-04-17 11:42:45 -04:00
tests Prioritize redefined-while-unused over unused-import (#11173) 2024-04-27 11:44:53 -04:00
build.rs Rename ruff_cli crate to ruff (#9557) 2024-01-16 17:47:01 -05:00
Cargo.toml Bump version to 0.4.2 (#11151) 2024-04-25 17:31:38 +00:00