Tag Archives: pylint

flymake for emacs + Python

flymake is an emacs mode that lets you “compile” (or syntax check) your code on the fly. For Python, this means that you can run several syntax checkers, like pep8 or pylint, or pyflakes (or all of the above) while … Continue reading

Posted in General | Tagged , , , , | Leave a comment