I use pymode to modify my python scripts. Keep on getting E501 when length of line is 82 or 83..which I think is just fine.
to fix this did the following
_$HOME/.config/pep8
[pep8]
max-line-length = 90
Reference: PEP8 docs
I use pymode to modify my python scripts. Keep on getting E501 when length of line is 82 or 83..which I think is just fine.
to fix this did the following
_$HOME/.config/pep8
[pep8]
max-line-length = 90
Reference: PEP8 docs