From 30f84b1a73abe5fd2017d9a5974556ca06c1a50a Mon Sep 17 00:00:00 2001 From: enkore Date: Thu, 23 Feb 2017 10:55:28 +0100 Subject: [PATCH] codestyle -E722 --- ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-build.sh b/ci-build.sh index 3319384..58493f2 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -9,7 +9,7 @@ BUILD=${1:-ci-build} rm -rf ${BUILD}/ mkdir -p $BUILD -python3 -mpycodestyle --ignore E501,E741,E305 i3pystatus tests +python3 -mpycodestyle --ignore E501,E741,E305,E722 i3pystatus tests # Check that the setup.py script works rm -rf ${BUILD}/test-install ${BUILD}/test-install-bin