Actualización

This commit is contained in:
perro tuerto 2023-12-15 14:58:34 -08:00
parent 89e353c3eb
commit dd8685675d
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
vulture ${@:$#}
flake8 --max-line-length $LENGTH ${@:$#} --extend-exclude .venv *@neomake*
vulture ${@:$#} --exclude .*
}
pymp-help () {