ruff
a742a562 - Ignore multi-comparisons in `repeated-equality-comparison-target` (#6705)

Commit
2 years ago
Ignore multi-comparisons in `repeated-equality-comparison-target` (#6705) Given `foo == "a" == "b" or foo == "c"`, we were suggesting `foo in {"a", "b", "c"}`.
Author
Parents
Loading