From 471e343d9a5c4945e2addfe805c7033fc2614d92 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 11 Apr 2018 10:22:06 +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 010a885..ae073fe 100755 --- a/tests.sh +++ b/tests.sh @@ -5,6 +5,6 @@ # stop on first error set -ev -pycodestyle catcli/ +pycodestyle --ignore=W605 catcli/ pycodestyle tests/ PYTHONPATH=catcli python3 -m nose -s --with-coverage --cover-package=catcli