python-mode

How can I set the Python max allowed line length to 120 in Syntastic for Vim?

How can I set the Python max allowed line length to 120 in Syntastic for Vim? Question: 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 just add the following to my ~/.vimrc: …

Total answers: 4