ruff/crates/ruff_linter
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 [`ruff`] Detect duplicate codes as part of `unused-noqa` (`RUF100`) (#10850) 2024-04-27 12:33:44 +00:00
src Prioritize `redefined-while-unused` over `unused-import` (#11173) 2024-04-27 11:44:53 -04:00
Cargo.toml Bump version to 0.4.2 (#11151) 2024-04-25 17:31:38 +00:00
__init__.py [`pylint`] (Re-)Implement `import-private-name` (`C2701`) (#9553) 2024-01-16 14:03:11 -05:00