Chained comparison detectedPYL-R1716
Detected boolean operation likea < b and b < c
.
It is recommended to refactor it to a < b < c
. It improves readability,
Detected boolean operation likea < b and b < c
.
It is recommended to refactor it to a < b < c
. It improves readability,