syntastic

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

Switch Python Version for Vim & Syntastic

Switch Python Version for Vim & Syntastic Question: Is it possible to change the python version used by syntastic for syntax checking? As the Issue https://github.com/scrooloose/syntastic/issues/385 indicates I could use virtual-env. But is it also possible just with syntastic or vim commands? Asked By: mjb4 || Source Answers: Not really, but you can get the …

Total answers: 8