From c125ab9b7f9fc6f913df23c15acc813f74196dfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Sat, 31 May 2014 23:09:58 +0200 Subject: [PATCH] Enable pep8 in pre-commit --- hooks/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/pre-commit b/hooks/pre-commit index 077aeab0..47a32db2 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -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 -- 2.30.2