Re: [Tutor] Pyflakes pre-commit hook in subversion

2008-01-08 Thread mobiledreamers
yes the link is broken and hence i sent it in since it is a conf file for svn pre-commit hook so pyflakes is run of your tree and it emits an error if python files have any error preventing bad commits poisoning svn tree so dev can fix the bug and recommit On Jan 8, 2008 8:08 PM, Kent Johnson <[EM

Re: [Tutor] Pyflakes pre-commit hook in subversion

2008-01-08 Thread Kent Johnson
Why are you sending this to the tutor list? Do you have a question? Kent [EMAIL PROTECTED] wrote: > yes the link is broken and hence i sent it in > since it is a conf file for svn pre-commit hook > so pyflakes is run of your tree and it emits an error if python files > have any error preventing

Re: [Tutor] Pyflakes pre-commit hook in subversion

2008-01-08 Thread Kent Johnson
Mark wrote: > The small "configuration" file for enforce can be found here > . That link is broken. > > Can you share enforcer file? or a means to ensure safe code in python repo I don't understand what you are asking. Kent _

[Tutor] Pyflakes pre-commit hook in subversion

2008-01-08 Thread Mark
http://tarekziade.wordpress.com/2006/11/01/protecting-a-python-svn-code-base-with-the-pre-commit-hook/ Is it possible to check code in python before committing to svn   using pyflakes, pythontidy Pyflakes and Subversion Pyflakes is a nice little utility that checks your Python code for err