Hi all,

I am working on a generic linting and validation continuous integration too
where pylint is one validator:

https://github.com/miohtama/vvv

Since pylint seems to be little slow when run against the whole project I
was hoping to ask what kind options there exist to speed-up pylinting

- What is the best way to run pylint on small subset of files?

- Would there be any gains using PyPy instead of CPython? Does pylint
re-cycle some internal parts of Python and is this even possible?

Cheers,
Mikko


-- 
Mikko Ohtamaa
http://opensourcehacker.com
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to