Pattern: Closing bracket does not match visual indentation
Issue: -
Closing brackets should match the indentation of the opening bracket.
result = function_that_takes_arguments('a', 'b', 'c',
'd', 'e', 'f',
)
result = function_that_takes_arguments('a', 'b', 'c',
'd', 'e', 'f',
)