Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Python: pylint

LCD 47 edited this page May 8, 2015 · 8 revisions

Author: Parantapa Bhattacharya [email protected]

Pylint is a code checker for Python. See the project's page for details.

Note

On OS X you need to set the environment variable LC_CTYPE to UTF-8 before running Vim:

LC_CTYPE=en_US.UTF-8
export LC_CTYPE
Clone this wiki locally