mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Enable pep8 in pre-commit
This commit is contained in:
parent
e5854b7e13
commit
c125ab9b7f
1 changed files with 2 additions and 2 deletions
|
@ -30,5 +30,5 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If there are python errors or warnings, print them and fail.
|
# If there are python errors or warnings, print them and fail.
|
||||||
[ -n "$PYFLAKES" ] && $PYFLAKES $FILES
|
[ -n $PYFLAKES ] && $PYFLAKES $FILES
|
||||||
#[ -n "$PEP8" ] && $PEP8 --ignore=E123,E501 $FILES
|
[ -n $PEP8 ] && $PEP8 --ignore=E123,E501 $FILES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue