From c86504b47a321378a50f06fffc31d916036f3b08 Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Mon, 14 Sep 2020 00:07:45 -0700 Subject: fix utils/fetch_languages to work with new languages --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 636ed275b..9c6ebed81 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,8 @@ test.sh: test.pep8: pyenvinstall @echo "TEST pep8" - $(Q)$(PY_ENV_ACT); pep8 --exclude='searx/static, searx/engines/gigablast.py' --max-line-length=120 --ignore "E402,W503" searx tests + $(Q)$(PY_ENV_ACT); pep8 --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \ + --max-line-length=120 --ignore "E402,W503" searx tests test.unit: pyenvinstall @echo "TEST tests/unit" -- cgit v1.2.3