Actualización

This commit is contained in:
perro tuerto 2023-12-15 15:02:50 -08:00
parent 8a161c8036
commit f33fdc45bc
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 --extend-exclude .venv *@neomake* ${@:$#}
flake8 --max-line-length $LENGTH --extend-exclude .venv,*@neomake* ${@:$#}
vulture ${@:$#}
}