Ignore Qt generated UI files
This commit is contained in:
parent
5384a84de8
commit
f0828ee24b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ fi
|
||||||
|
|
||||||
if [ -n "${FLAKE8}" ]; then
|
if [ -n "${FLAKE8}" ]; then
|
||||||
set -e
|
set -e
|
||||||
${FLAKE8} --ignore=E,W *.py weboob modules contrib scripts/*
|
${FLAKE8} --ignore=E,W --exclude='*_ui.py' *.py weboob modules contrib scripts/*
|
||||||
else
|
else
|
||||||
# grep will return 0 only if it founds something, but our script
|
# grep will return 0 only if it founds something, but our script
|
||||||
# wants to return 0 when it founds nothing!
|
# wants to return 0 when it founds nothing!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue