Pattern: Unaligned continuation line for hanging indent
Issue: -
A continuation line is unaligned for hanging indent.
my_dict = {
"key": "value",
"long": "the quick brown fox jumps over the "
"lazy dog",
}
my_dict = {
"key": "value",
"long": "the quick brown fox jumps over the "
"lazy dog",
}