Deeply nested if statements are hard to read.

The following code snippet illustrates this rule :

if expression:
    if expression:
        if expression: # Non-Compliant
            return