ruff/crates
Martin Fischer 9011456aa1 refactor: Simplify attribute handling in rule_code_prefix
if_all_same(codes.values().cloned()).unwrap_or_default()

was quite unreadable because it wasn't obvious that codes.values() are
the prefixes. It's better to introduce another Map rather than having
Maps within Maps.
2023-02-10 08:24:22 -05:00
..
flake8_to_ruff Bump version to 0.0.244 2023-02-08 17:28:59 -05:00
ruff Remove public Rust API (#2709) 2023-02-09 23:16:49 -05:00
ruff_cli Remove lifetimes from Printer (#2704) 2023-02-09 21:44:15 -05:00
ruff_dev Manage LibCST and RustPython with cargo workspace dependencies (#2700) 2023-02-09 20:49:50 -05:00
ruff_macros refactor: Simplify attribute handling in rule_code_prefix 2023-02-10 08:24:22 -05:00
ruff_python Bump version to 0.0.244 2023-02-08 17:28:59 -05:00