Actualización

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