Hi Tim, I've always found pylint <http://www.pylint.org/> a pleasure to work with. It may be worth looking into if we want additional automated testing.
Pylint has great set of code checks (unused variable, unused import, trailing whitespace, bad indentation, etc.) and can integrate with Jenkins. https://bitbucket.org/logilab/pylint/src/default/checkers/variables.py#cl-191 https://bitbucket.org/logilab/pylint/src/default/checkers/format.py#cl-65 Thanks, Zach -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/242c05dc-8140-436d-a8bd-c6449680c72e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
