Skip to content

Commit

Permalink
build: remove yapf from git-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Feb 6, 2022
1 parent 3d0ebb5 commit 37b691f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git-hooks/post-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 37b691f

Please sign in to comment.