ruff/crates/ruff_linter
Steve C 5da0f9111e
implement PLR6201 with autofix (#7973)
## Summary

Implements
[R6201](https://pylint.readthedocs.io/en/latest/user_guide/messages/refactor/use-set-for-membership.html)
along with the autofix!

See #970 

## Test Plan

`cargo test`, and manually
2023-10-17 04:15:21 +00:00
..
resources/test implement PLR6201 with autofix (#7973) 2023-10-17 04:15:21 +00:00
src implement PLR6201 with autofix (#7973) 2023-10-17 04:15:21 +00:00
Cargo.toml Bump version to 0.1.0 (#7931) 2023-10-16 13:06:48 -05:00