mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
fix utils/fetch_languages to work with new languages
This commit is contained in:
parent
41800835f9
commit
c86504b47a
4 changed files with 2912 additions and 1054 deletions
3
Makefile
3
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue