diff --git a/aliases.sh b/aliases.sh index 25cf232..49f410d 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__' '.*' + flake8 --max-line-length $LENGTH ${@:$#} --exclude CVS __pycache__ .* vulture ${@:$#} }