We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b271a05 commit 65eef28Copy full SHA for 65eef28
1 file changed
tools/githook/pre-commit
@@ -22,7 +22,7 @@ if [ "$FILES" != "" ]; then
22
continue
23
fi
24
25
- R=$(git show ":$F" | pep8 -)
+ R=$(git show ":$F" | pycodestyle -)
26
if [ "$?" != "0" ]; then
27
echo "Errors in $F"
28
echo "$R"
0 commit comments