diff --git a/git-hooks/post-commit b/git-hooks/post-commit index 7760d8f35..2ff667293 100755 --- a/git-hooks/post-commit +++ b/git-hooks/post-commit @@ -14,7 +14,5 @@ while read line; do if [[ -f "${line}" ]]; then echo "fast-styling ${line}" pipenv run fiximports ${line}; - pipenv run autopep8 --in-place --recursive setup.py ${line} - pipenv run yapf --style .yapf --recursive -i ${line} fi done < ${tempfile}