Actualización

This commit is contained in:
perro tuerto 2023-12-15 14:50:13 -08:00
parent 066caea067
commit a7ffedfd89
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 ${@:$#}
}