diff --git a/aliases.sh b/aliases.sh index 5215c31..bdce538 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 ${@:$#} + flake8 --max-line-length $LENGTH ${@:$#} --exclude 'CVS', '__pycache__', '.*' vulture ${@:$#} }