I have defined a function with a long list of arguments. The total characters in definition is above 80 and doesn\'t abide by PEP8.
def my_function(argument_one,
def my_function(argument_one, argument_two, argument_three, argument_four, argument_five):