script to run pyflakes

This commit is contained in:
Romain Bignon 2010-04-13 09:09:05 +02:00
commit e402c49fab

2
pyflakes.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
pyflakes weboob scripts/* | grep -v __init__.py