summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Abonce Seguin <marc-abonce@mailbox.org>2020-09-14 00:07:45 -0700
committerAlexandre Flament <alex@al-f.net>2020-09-22 11:37:44 +0200
commitc86504b47a321378a50f06fffc31d916036f3b08 (patch)
tree0dd011e737a046a1c2abefc85d10b2d67cdcc040 /Makefile
parent41800835f9ea82f4b5342525df1c8174eddb9efc (diff)
downloadsearxng-c86504b47a321378a50f06fffc31d916036f3b08.tar.gz
searxng-c86504b47a321378a50f06fffc31d916036f3b08.zip
fix utils/fetch_languages to work with new languages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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"