I\'m using python-mode for Vim, I prefer for there to be 120 character lines rather than the stark 80 as defined in the PEP8 standard.
In python-mode, this is easy. I j
I would just recommend you disable the length checking by adding this line to your .vimrc dot file:
let g:pymode_lint_ignore = "E501,W"