Add bin/*-tui to pep8 checks

This commit is contained in:
Ryan Harper 2018-05-24 14:25:42 -05:00
parent 053a1c249d
commit 879901149f
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ pycheck_dirs=(
"subiquitycore/"
"tests/"
)
bin_files=( )
bin_files=(
"bin/console-conf-tui"
"bin/subiquity-tui"
)
CR="
"
[ "$1" = "-v" ] && { verbose="$1"; shift; } || verbose=""