Hello,

I just discovered pylint while looking for a static code analysis tool and
am interested in using it at work. What would make it most effective is to
integrate pylint with mercurial to check for stying/errors on any files that
have been added or modified in the changeset. I've written commit hooks
before so I'm familiar with that piece. I'd like to know if this has already
been done before, if not is there documentation on using pylint in a python
process? I realize its intended to be called from the command line but I'm
hoping its straightforward to use an API from within a python module.

Thanks,
Stephen
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to