Advogato blog for jdahlinAdvogato blog for jdahlin9 Jun 2006- June 9, 2006 Pyflakes and Subversion Pyflakes is a nice little utility that checks your Python code for errors. The main advantage over PyChecker and PyLint is that it is much faster and gives almost no false positives. Today I wrote a little hack on top of the enforcer pre-commit script which forces the code you check in to pass pyflakes. Eg, the users of svn will see the following output if they try to check in code which has errors pyflakes can detect: $ svn ci -m "fix" completion.py Sending .http://www.advogato.org/person/jdahlin/diary.html?start=16 |