From 4c803760f72a967f5b8c0e0ba5746564986a6420 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 10 Apr 2018 23:24:21 +0200 Subject: [PATCH] ignore W605 on pycodestyle --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 3738551..7842523 100755 --- a/tests.sh +++ b/tests.sh @@ -5,7 +5,7 @@ # stop on first error set -ev -pycodestyle dotdrop/ +pycodestyle --ignore=W605 dotdrop/ pycodestyle tests/ PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop #PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop