1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-03 06:10:10 +02:00

Enable pep8 in pre-commit

This commit is contained in:
Daniel Martí 2014-05-31 23:09:58 +02:00
parent e5854b7e13
commit c125ab9b7f

View File

@ -30,5 +30,5 @@ else
fi
# If there are python errors or warnings, print them and fail.
[ -n "$PYFLAKES" ] && $PYFLAKES $FILES
#[ -n "$PEP8" ] && $PEP8 --ignore=E123,E501 $FILES
[ -n $PYFLAKES ] && $PYFLAKES $FILES
[ -n $PEP8 ] && $PEP8 --ignore=E123,E501 $FILES