Skip to content

Commit 65eef28

Browse files
committed
Switch out pep8 for pycodestyle in git hook
New name for the same command.
1 parent b271a05 commit 65eef28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/githook/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "$FILES" != "" ]; then
2222
continue
2323
fi
2424

25-
R=$(git show ":$F" | pep8 -)
25+
R=$(git show ":$F" | pycodestyle -)
2626
if [ "$?" != "0" ]; then
2727
echo "Errors in $F"
2828
echo "$R"

0 commit comments

Comments
 (0)