Pattern: Malformed indentation for continuation line
Issue: -
A continuation line is not indented as far as it should be or is indented too far.
In this example the second line is missing indentation.
print("Python", (
"Rules"))
print("Python", (
"Rules"))