pep8ify
pep8ify copied to clipboard
Fix maximum_line_length should be able to break on a long string
ie
text = "Imagine this is a string that goes over 80 chars"
to
text = "Imagine this is a string that"
" goes over 80 chars"