ruff/crates/ruff_linter
Steve C 1835d7bb45
add autofix for PLR1714 (#7910)
## Summary

Add autofix for `PLR1714` using tuples.

If added complexity is desired, we can lean into the `set` part by doing
some kind of builtin check on all of the comparator elements for
starters, since we otherwise don't know if something's hashable.

## Test Plan

`cargo test`, and manually.
2023-10-11 14:42:21 +00:00
..
resources/test [SIM115] Allow open followed by close (#7916) 2023-10-11 13:53:48 +00:00
src add autofix for PLR1714 (#7910) 2023-10-11 14:42:21 +00:00
Cargo.toml Use crates.io unicode_names2 0.6.0 (#6478) 2023-10-02 18:17:38 -04:00