diff options
| author | Magnus Hagander | 2022-07-15 09:01:51 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2022-07-15 09:02:34 +0000 |
| commit | e800ed381220445816fee6a850e3373640cb67c1 (patch) | |
| tree | 076b93d706ab7c18f9b945f6efba8737b14136bb /tools | |
| parent | 50657317b99b8fea03aaa801bf81523ec0e66232 (diff) | |
Bump to newer version of pycodestyle
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/githook/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/githook/pre-commit b/tools/githook/pre-commit index 47cc50da..c1b36a0e 100755 --- a/tools/githook/pre-commit +++ b/tools/githook/pre-commit @@ -22,7 +22,7 @@ if [ "$FILES" != "" ]; then continue fi - R=$(git show ":$F" | pep8 -) + R=$(git show ":$F" | pycodestyle -) if [ "$?" != "0" ]; then echo "Errors in $F" echo "$R" |
