#!/bin/sh
docformatter --in-place "$@"
if [ "$?" -eq 3 ]; then
    exit 0
fi
