ruff/crates/ruff_linter
Arjun Munji 175c266de3
Omit repeated equality comparison for sys (#10054)
## Summary
Update PLR1714 to ignore `sys.platform` and `sys.version` checks. 
I'm not sure if these checks or if we need to add more. Please advise.

Fixes #10017

## Test Plan
Added a new test case and ran `cargo nextest run`
2024-02-20 19:03:32 +00:00
..
resources Omit repeated equality comparison for sys (#10054) 2024-02-20 19:03:32 +00:00
src Omit repeated equality comparison for sys (#10054) 2024-02-20 19:03:32 +00:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to v0.2.2 (#10018) 2024-02-17 22:15:04 +00:00