[ANN] pylint-0.2.1

A

Alexandre Fayolle

Logilab has released pylint-0.2.1

What's new?
-----------

This releases features a long due quickstart document, and a FAQ. It
also corrects several problems with the encoding checker and the format
checker. Indentation problems are now warnings instead of errors. Pylint
now tries to handle all known filename extensions for python source
code.

About Pylint
------------

Pylint is a lint-like tool for Python code. It performs almost all the
verifications that pychecker does, and additionally can perform some
stylistic verification and coding standard enforcements. The checked
code is assigned a mark based on the number and the severity of the
encountered problems. The previous mark of a given piece of code is
cached so that you can see if the code quality has improved since the
last check.


Dependencies
------------

Python >= 2.2 (http://www.python.org/)
logilab-common >= 0.3.4 (http://www.logilab.org/projects/common/)
optik >= 1.4 (only with python < 2.3) (http://optik.sf.net/)

URLs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top