From 89e353c3eb0dfd2a43a6ac2b5ceb9074a972346d Mon Sep 17 00:00:00 2001 From: perro Date: Fri, 15 Dec 2023 14:56: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.sh b/aliases.sh index a12cb68..f59a4e3 100644 --- a/aliases.sh +++ b/aliases.sh @@ -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 ${@:$#} }