Actualización

This commit is contained in:
perro tuerto 2023-12-15 14:49:12 -08:00
parent 096f6bc2e9
commit 066caea067
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__', '.*'
flake8 --max-line-length $LENGTH ${@:$#} --exclude 'CVS' '__pycache__' '.*'
vulture ${@:$#}
}