Actualización

This commit is contained in:
perro tuerto 2023-12-15 14:56:48 -08:00
parent b5a2d5a3ec
commit 89e353c3eb
1 changed files with 1 additions and 1 deletions

View File

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