Actualización

This commit is contained in:
perro tuerto 2024-02-15 13:19:43 -08:00
parent 315cdaefc9
commit 481ff184c8
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ pymp () {
echo-error "último argumento debe ser un fichero existente."
fi
flake8 --max-line-length $LENGTH --exit-zero ${@:$#}
vulture --exclude .venv ${@:$#}
vulture --exclude .venv ${@:$#} || true
}
pymp-help () {