move pyflakes to tools dir
This commit is contained in:
parent
72981cdc30
commit
eaf40e8c58
1 changed files with 3 additions and 0 deletions
|
|
@ -1,2 +1,5 @@
|
|||
#!/bin/bash
|
||||
if [ `basename $PWD` == 'tools' ]; then
|
||||
cd ..
|
||||
fi
|
||||
pyflakes weboob scripts/* | grep -v __init__.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue