If a function has nested blocks to violate PLR1702, almost the entire function is marked for it, including lines that are not violations.
Even lines that are only nested 2 or 3 deep are marked with squigglies.
Even when there are multiple lines in a block nested 9 deep, I think it would be enough to only mark the first line of that deeply nested block.

If a function has nested blocks to violate PLR1702, almost the entire function is marked for it, including lines that are not violations.
Even lines that are only nested 2 or 3 deep are marked with squigglies.
Even when there are multiple lines in a block nested 9 deep, I think it would be enough to only mark the first line of that deeply nested block.