Actualización

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