From d422f60529e605f6226ae0e4101bae96cae4efd6 Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Fri, 6 Nov 2020 08:40:21 +0800 Subject: [PATCH] chg: test: Makefile pep8 test --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2eeff853..d2f98b93 100644 --- a/Makefile +++ b/Makefile @@ -235,8 +235,8 @@ test.sh: shellcheck -x .config.sh test.pep8: pyenvinstall - @echo "TEST pep8" - $(Q)$(PY_ENV_ACT); pep8 --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \ + @echo "TEST pycodestyle (formerly pep8)" + $(Q)$(PY_ENV_ACT); pycodestyle --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \ --max-line-length=120 --ignore "E402,W503" searx tests test.unit: pyenvinstall