Actualización

This commit is contained in:
perro tuerto 2024-02-15 13:16:57 -08:00
parent 42a8bf2a88
commit 315cdaefc9
1 changed files with 1 additions and 1 deletions

View File

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