Actualización

This commit is contained in:
perro tuerto 2023-12-15 15:04:48 -08:00
parent f33fdc45bc
commit 83ba5242f6
1 changed files with 2 additions and 2 deletions

View File

@ -569,8 +569,8 @@ pymp () {
if [ ! -d "${@:$#}" ] && [ ! -f "${@:$#}" ]; then
echo-error "último argumento debe ser un fichero existente."
fi
flake8 --max-line-length $LENGTH --extend-exclude .venv,*@neomake* ${@:$#}
vulture ${@:$#}
flake8 --max-line-length $LENGTH ${@:$#}
vulture --exclude .* ${@:$#}
}
pymp-help () {