diff --git a/pyflakes.sh b/pyflakes.sh new file mode 100755 index 0000000000000000000000000000000000000000..19957232a0b1ff9be80aaf1ba8ae296384d7c54c --- /dev/null +++ b/pyflakes.sh @@ -0,0 +1,2 @@ +#!/bin/bash +pyflakes weboob scripts/* | grep -v __init__.py