ruff/crates/ruff_linter
Tuomas Siipola c532089fb3
Implement reimplemented_operator (FURB118) (#9171)
## Summary

Implement
[FURB118](https://github.com/dosisod/refurb/blob/master/docs/checks.md#furb118-use-operator)
that recommends, for example, that `lambda x, y: x + y` is replaced with
`operator.add`. Part of #1348.

## Test Plan

Added test cases.
2023-12-18 14:59:16 +00:00
..
resources/test Implement reimplemented_operator (FURB118) (#9171) 2023-12-18 14:59:16 +00:00
src Implement reimplemented_operator (FURB118) (#9171) 2023-12-18 14:59:16 +00:00
Cargo.toml Bump version to v0.1.8 (#9116) 2023-12-13 13:19:51 -05:00