From 83ba5242f61e953779a8c52b76a5b1d50fc383e5 Mon Sep 17 00:00:00 2001 From: perro Date: Fri, 15 Dec 2023 15:04:48 -0800 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliases.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aliases.sh b/aliases.sh index 1b6c2d3..ce7243d 100644 --- a/aliases.sh +++ b/aliases.sh @@ -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,*@neomake* ${@:$#} - vulture ${@:$#} + flake8 --max-line-length $LENGTH ${@:$#} + vulture --exclude .* ${@:$#} } pymp-help () {